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

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: First round of feedback 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 58234974e84fa7d5113c39ac14d2db70fabed42f..6827ccda99964f34b7282a07762986b8e57d87b9 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1228,6 +1228,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";
+
// Annotates forms with Autofill field type predictions.
const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";

Powered by Google App Engine
This is Rietveld 408576698