Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a798bde49ee75a2cf3d86b4b6619be387204aaf4..9d74025cfc4f5538ad930bc65e8aa0ff6c79b98c 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -145,6 +145,10 @@ const char kCountry[] = "country"; |
// Enables support to debug printing subsystem. |
const char kDebugPrint[] = "debug-print"; |
+// 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"; |
+ |
// Specifies the URL at which to fetch configuration policy from the device |
// management backend. Specifying this switch turns on managed policy from the |
// device management backend. |