| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5399dab972c0d2a99625adcffe5b9200e1030088..7da3edc3f15197ace84f97bc1ace7f0feda94cc4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1202,6 +1202,8 @@ const char kEnableMobileSetupDialog[] = "enable-mobile-dialog";
|
| // Enables support for policy-configured networks.
|
| const char kEnableONCPolicy[] = "enable-onc-policy";
|
|
|
| +const char kEnableRetailMode[] = "enable-retail-mode";
|
| +
|
| // Rotates the screen in response to orientation changed events from dbus. Will
|
| // be reused for more generic sensors.
|
| const char kEnableSensors[] = "enable-sensors";
|
|
|