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

Unified Diff: chrome/browser/about_flags.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 | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7e511037aa4c36f59f1297ab7d8bb6ac9db0b10b..1b0f1d3f8b19502386d4aff95c0269c51cb42828 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1930,6 +1930,14 @@ const Experiment kExperiments[] = {
kOsWin | kOsLinux | kOsCrOS,
SINGLE_VALUE_TYPE(app_list::switches::kEnableCenteredAppList)
},
+ {
+ "enable-new-app-list-mixer",
+ IDS_FLAGS_ENABLE_NEW_APP_LIST_MIXER_NAME,
+ IDS_FLAGS_ENABLE_NEW_APP_LIST_MIXER_DESCRIPTION,
+ kOsWin | kOsLinux | kOsCrOS | kOsMac,
+ ENABLE_DISABLE_VALUE_TYPE(app_list::switches::kEnableNewAppListMixer,
+ app_list::switches::kDisableNewAppListMixer)
+ },
#endif
{
"disable-threaded-scrolling",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698