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

Unified Diff: chrome/browser/about_flags.cc

Issue 11367002: Add a flag to control whether there is a shortcut for the app list / launcher in the Windows taskba… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added comment Created 8 years, 1 month 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 14edccea109c189176994dbed43ddada5e262680..db9d795a6dab1b5894817282d5ff1efccae25a4d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1070,6 +1070,13 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kWebIntentsInvocationEnabled)
},
+ {
+ "show-app-list-shortcut",
+ IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME,
+ IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION,
+ kOsWin,
+ SINGLE_VALUE_TYPE(switches::kShowAppListShortcut)
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698