Skip to content

Commit

Permalink
Remove TabRanker.
Browse files Browse the repository at this point in the history
It is not used.

Bug: 784639
Change-Id: Idd4dc6f0dd8603d3e51b671aab68d761c90580f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4064839
Reviewed-by: Charles Zhao <charleszhao@chromium.org>
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Francois Pierre Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1084960}
  • Loading branch information
fdoray authored and Chromium LUCI CQ committed Dec 19, 2022
1 parent c62559d commit 979b218
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 7,343 deletions.
2 changes: 0 additions & 2 deletions chrome/browser/BUILD.gn
Expand Up @@ -4399,8 +4399,6 @@ static_library("browser") {
"//chrome/browser/policy:path_parser",
"//chrome/browser/profile_resetter:profile_reset_report_proto",
"//chrome/browser/resource_coordinator:intervention_policy_database_proto",
"//chrome/browser/resource_coordinator:tab_metrics_event_proto",
"//chrome/browser/resource_coordinator/tab_ranker",
"//chrome/browser/resources:component_extension_resources",
"//chrome/browser/share/core:share_targets",
"//chrome/browser/share/proto:proto",
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/ash/BUILD.gn
Expand Up @@ -3214,7 +3214,6 @@ source_set("ash") {
"//chrome/browser/image_decoder",
"//chrome/browser/policy/messaging_layer/proto:crd_event_proto",
"//chrome/browser/profiles:profile",
"//chrome/browser/resource_coordinator:tab_metrics_event_proto",
"//chrome/browser/safe_browsing",
"//chrome/browser/ui/webui/ash/crostini_upgrader:mojo_bindings_headers",
"//chrome/browser/ui/webui/bluetooth_internals:mojo_bindings",
Expand Down
4 changes: 0 additions & 4 deletions chrome/browser/browser_resources.grd
Expand Up @@ -325,10 +325,6 @@
<include name="IDR_RESET_PASSWORD_JS" file="${root_gen_dir}\chrome\browser\resources\reset_password\tsc\reset_password.js" use_base_dir="false" type="BINDATA" />
<include name="IDR_RESET_PASSWORD_MOJOM_WEBUI_JS" file="${root_gen_dir}\chrome\browser\resources\reset_password\tsc\reset_password.mojom-webui.js" use_base_dir="false" type="BINDATA" />
</if>
<if expr="not is_android">
<include name="IDR_TAB_RANKER_EXAMPLE_PREPROCESSOR_CONFIG_PB" file="resource_coordinator\tab_ranker\example_preprocessor_config.pb" type="BINDATA" />
<include name="IDR_TAB_RANKER_PAIRWISE_EXAMPLE_PREPROCESSOR_CONFIG_PB" file="resource_coordinator\tab_ranker\pairwise_preprocessor_config.pb" type="BINDATA" />
</if>
<if expr="chromeos_ash">
<include name="IDR_SMART_DIM_20190521_EXAMPLE_PREPROCESSOR_CONFIG_PB" file="ash\power\ml\smart_dim\20190521_example_preprocessor_config.pb" type="BINDATA" />
</if>
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/chromeos/BUILD.gn
Expand Up @@ -172,7 +172,6 @@ source_set("chromeos") {
"//chrome/browser/policy/messaging_layer/proto:crd_event_proto",
"//chrome/browser/profiles",
"//chrome/browser/profiles:profile",
"//chrome/browser/resource_coordinator:tab_metrics_event_proto",
"//chrome/browser/resources/chromeos:app_icon_resources",
"//chrome/browser/resources/chromeos/cloud_upload:resources_grit",
"//chrome/browser/resources/settings:resources_grit",
Expand Down
4 changes: 0 additions & 4 deletions chrome/browser/resource_coordinator/BUILD.gn
Expand Up @@ -6,10 +6,6 @@ import("//chrome/common/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//third_party/protobuf/proto_library.gni")

proto_library("tab_metrics_event_proto") {
sources = [ "tab_metrics_event.proto" ]
}

mojom("mojo_bindings") {
sources = [ "lifecycle_unit_state.mojom" ]
webui_module_path = "/"
Expand Down
82 changes: 0 additions & 82 deletions chrome/browser/resource_coordinator/tab_metrics_event.proto

This file was deleted.

46 changes: 0 additions & 46 deletions chrome/browser/resource_coordinator/tab_ranker/BUILD.gn

This file was deleted.

3 changes: 0 additions & 3 deletions chrome/browser/resource_coordinator/tab_ranker/OWNERS

This file was deleted.

56 changes: 0 additions & 56 deletions chrome/browser/resource_coordinator/tab_ranker/README.md

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions chrome/browser/resource_coordinator/tab_ranker/mru_features.h

This file was deleted.

0 comments on commit 979b218

Please sign in to comment.