diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 9fc7528..c56cfe2 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1135,6 +1135,9 @@ const char kEnableLoginImages[] = "enable-login-images"; // Enables mobile setup in a dialog. const char kEnableMobileSetupDialog[] = "enable-mobile-dialog"; +// Enables support for policy-configured networks. +const char kEnableONCPolicy[] = "enable-onc-policy"; + // Rotates the screen in response to orientation changed events from dbus. Will // be reused for more generic sensors. const char kEnableSensors[] = "enable-sensors"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index ebce583..307900f 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -311,6 +311,7 @@ extern const char kEnableDevicePolicy[]; extern const char kEnableGView[]; extern const char kEnableLoginImages[]; extern const char kEnableMobileSetupDialog[]; +extern const char kEnableONCPolicy[]; extern const char kEnableSensors[]; extern const char kEnableStaticIPConfig[]; extern const char kLoginManager[]; |