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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6705031: Send policy blobs to session_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 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[] =
« chrome/browser/policy/user_policy_cache_unittest.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