Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d99f05cac305cb7717e9a38cddfac77b2be52d63..b6d06987c0b882b2a913c2d36a0dff4e4359a71f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -687,9 +687,13 @@ const char kFeedbackServer[] = "feedback-server"; |
// handled gracefully. |
const char kFileDescriptorLimit[] = "file-descriptor-limit"; |
+// Forces application mode. This hides certain system UI elements and forces |
+// the app to be installed if it hasn't been already. |
+const char kForceAppMode[] = "force-app-mode"; |
oshima
2013/01/30 01:17:15
is this only for chromeos? if so, add comment.
zel
2013/01/30 01:46:32
not 100% sure that this is going to be CrOS-only f
|
+ |
// Displays the First Run experience when the browser is started, regardless of |
// whether or not it's actually the First Run (this overrides kNoFirstRun). |
-const char kForceFirstRun[] = "force-first-run"; |
+const char kForceFirstRun[] = "force-first-run"; |
// Enables using GAIA information to populate profile name and icon. |
const char kGaiaProfileInfo[] = "gaia-profile-info"; |