Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 600378447963dce07dc9bb6ad65f1c2ca06442e3..4c9628509c3887268bbf157708de9f75fb068fbb 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -144,10 +144,6 @@ const char kDebugPrint[] = "debug-print"; |
// device management backend. |
const char kDeviceManagementUrl[] = "device-management-url"; |
-// Specifies the directory in which to store the shared device policy cache |
-// file. If not specified, device policy will be disabled. |
-const char kDevicePolicyCacheDir[] = "device-policy-cache-dir"; |
- |
// Triggers a pletora of diagnostic modes. |
const char kDiagnostics[] = "diagnostics"; |
@@ -450,6 +446,9 @@ const char kEnableDataTransferItems[] = "enable-data-transfer-items"; |
// Enables device motion events. |
const char kEnableDeviceMotion[] = "enable-device-motion"; |
+// Enables device policy support on ChromeOS. |
Mattias Nissler (ping if slow)
2011/03/24 18:55:57
Should probably have an #if defined(OS_CHROMEOS) t
Jakob Kummerow
2011/03/28 13:53:53
Done (moved to ChromeOS section of the file).
|
+const char kEnableDevicePolicy[] = "enable-device-policy"; |
+ |
// Enable DNS side checking of certificates. Still experimental, should only |
// be used by developers at the current time. |
const char kEnableDNSCertProvenanceChecking[] = |