Tab Search: Move active tab to the bottom of the list
This CL moves the active tab to the bottom of the list because
it's not likely users want to click on it. It's guarded by
TabSearchMoveActiveTabToBottom feature param.
Bug: 1099917
Change-Id: Ie3aab227e68ee2e17b1e1e1cee5bf47e29fa6d69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530317
Reviewed-by: Thomas Lukaszewicz <[email protected]>
Commit-Queue: Yuheng Huang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#826420}
diff --git a/chrome/browser/ui/ui_features.h b/chrome/browser/ui/ui_features.h
index 7f77305..4279f309 100644
--- a/chrome/browser/ui/ui_features.h
+++ b/chrome/browser/ui/ui_features.h
@@ -86,6 +86,9 @@
// Controls how heavily weighted the tab's title is relative to the hostname.
extern const base::FeatureParam<double> kTabSearchTitleToHostnameWeightRatio;
+// Whether to move the active tab to the bottom of the list.
+extern const base::FeatureParam<bool> kTabSearchMoveActiveTabToBottom;
+
extern const base::Feature kWebFooterExperiment;
extern const base::Feature kWebUITabStrip;