| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 102f8610436901220bb2bec49150489e6bee25c9..758360840d57ae17bef7690d16a9beb85d2dd47e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1432,9 +1432,6 @@ const char kEnableTouchpadThreeFingerClick[]
|
| // Skips OAuth part of ChromeOS login process.
|
| const char kSkipOAuthLogin[] = "skip-oauth-login";
|
|
|
| -// Enables device policy support on ChromeOS.
|
| -const char kEnableDevicePolicy[] = "enable-device-policy";
|
| -
|
| // Enables Drive v2 API instead of Google Documents List API.
|
| const char kEnableDriveV2Api[] = "enable-drive-v2-api";
|
|
|
| @@ -1448,9 +1445,6 @@ const char kEnableGView[] = "enable-gview";
|
| // Enable Kiosk mode for ChromeOS
|
| const char kEnableKioskMode[] = "enable-kiosk-mode";
|
|
|
| -// Enables support for policy-configured networks.
|
| -const char kEnableONCPolicy[] = "enable-onc-policy";
|
| -
|
| // Enables static ip configuration. This flag should be removed when it's on by
|
| // default.
|
| const char kEnableStaticIPConfig[] = "enable-static-ip-config";
|
|
|