Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 29b7b6faaff02feed76478b1ede95fadc33abfc1..bb2e8c12a273effd608dee7b55d8dcc01d0eba28 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -150,6 +150,10 @@ 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"; |