| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0c450de48a12e4ec42a8b62c4063001bb18e4e27..90efa5546eec713374f7301cdf4d425ed1c94a1b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -529,6 +529,10 @@ const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
|
| // loaded. It is useful to tell the difference for tracking purposes.
|
| const char kFastStart[] = "fast-start";
|
|
|
| +// Forces Android application mode. This hides certain system UI elements and
|
| +// forces the app to be installed if it hasn't been already.
|
| +const char kForceAndroidAppMode[] = "force-android-app-mode";
|
| +
|
| // 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";
|
|
|