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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10900018: Introduce App Launcher for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 4 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 847efab0bca845fd895045062da0bb3b7f976667..cf41f7404211404012c024e92a4d05f859f95492 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1224,6 +1224,9 @@ const char kServiceAccountLsid[] = "service-account-lsid";
// Sets a token in the token service, for testing.
const char kSetToken[] = "set-token";
+// If true the app list will be shown.
+const char kShowAppList[] = "show-app-list";
msw 2012/08/29 08:02:35 nit: space to align "= ..."
benwells 2012/08/30 06:51:30 Done.
+
// Annotates forms with Autofill field type predictions.
const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";

Powered by Google App Engine
This is Rietveld 408576698