Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Unified Diff: ui/app_list/app_list_switches.cc

Issue 1136363003: Remove AppListMixer field trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@applist-mixer-priority-finch-test
Patch Set: Remove old comment. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list_switches.h ('k') | ui/app_list/search/mixer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_switches.cc
diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc
index 0c47326aceb7a8101fea9d25600deb30f419e598..531ebc6922cc47781f6350511e85856ed02f3adb 100644
--- a/ui/app_list/app_list_switches.cc
+++ b/ui/app_list/app_list_switches.cc
@@ -40,11 +40,6 @@ const char kEnableDriveSearchInChromeLauncher[] =
const char kDisableDriveSearchInChromeLauncher[] =
"disable-drive-search-in-app-launcher";
-// Enable/disable the new "blended" algorithm in app_list::Mixer. This is just
-// forcing the AppListMixer/Blended field trial.
-const char kEnableNewAppListMixer[] = "enable-new-app-list-mixer";
-const char kDisableNewAppListMixer[] = "disable-new-app-list-mixer";
-
// If set, the app list will forget it has been installed on startup. Note this
// doesn't prevent the app list from running, it just makes Chrome think the app
// list hasn't been enabled (as in kEnableAppList) yet.
« no previous file with comments | « ui/app_list/app_list_switches.h ('k') | ui/app_list/search/mixer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698