Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4725)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10855244: Remove the --enable-device-policy and --enable-onc-policy flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated comment Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
« chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698