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

Unified Diff: ui/app_list/app_list_switches.cc

Issue 1139083002: Added flag --enable-new-app-list-mixer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@applist-mixer-priority-finch-test
Patch Set: Add histograms. Created 5 years, 7 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.cc » ('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 794051d4b4a914c3158cb8abee7868debe219755..d7e92eeb51049817d9080c45762e6976c0f91854 100644
--- a/ui/app_list/app_list_switches.cc
+++ b/ui/app_list/app_list_switches.cc
@@ -21,9 +21,6 @@ const char kDisableAppListDismissOnBlur[] = "disable-app-list-dismiss-on-blur";
// If set, Drive apps will not be shown side-by-side with Chrome apps.
const char kDisableDriveAppsInAppList[] = "disable-drive-apps-in-app-list";
-// Disables syncing of the app list independent of extensions.
-const char kDisableSyncAppList[] = "disable-sync-app-list";
-
// If set, the app list will be centered and wide instead of tall.
const char kEnableCenteredAppList[] = "enable-centered-app-list";
@@ -32,13 +29,19 @@ const char kEnableCenteredAppList[] = "enable-centered-app-list";
const char kEnableExperimentalAppList[] = "enable-experimental-app-list";
const char kDisableExperimentalAppList[] = "disable-experimental-app-list";
-// Enables syncing of the app list independent of extensions.
+// Enable/disable syncing of the app list independent of extensions.
const char kEnableSyncAppList[] = "enable-sync-app-list";
+const char kDisableSyncAppList[] = "disable-sync-app-list";
// Enables launcher search provider api.
const char kEnableLauncherSearchProviderApi[] =
"enable-launcher-search-provider-api";
+// 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 defined(OS_MACOSX)
// Enables use of the toolkit-views app list on Mac.
const char kEnableMacViewsAppList[] = "enable-mac-views-app-list";
« no previous file with comments | « ui/app_list/app_list_switches.h ('k') | ui/app_list/search/mixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698