summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authordanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 13:08:29 +0000
committerdanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 13:08:29 +0000
commitffe2d339d60f9b7d1b3a59f523643366e6fb4dcd (patch)
tree451b904a2894968421fb110ed48c15c996ca2b00 /chrome/common/chrome_switches.h
parent1422932ae4755048e18b1971dfc54837665caa80 (diff)
downloadchromium_src-ffe2d339d60f9b7d1b3a59f523643366e6fb4dcd.zip
chromium_src-ffe2d339d60f9b7d1b3a59f523643366e6fb4dcd.tar.gz
chromium_src-ffe2d339d60f9b7d1b3a59f523643366e6fb4dcd.tar.bz2
Implement device management policy provider
BUG=62462 TEST=DeviceManagementPolicyProviderTest* Review URL: http://codereview.chromium.org/4382001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 49c3e49..8d7db8e 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -45,6 +45,7 @@ extern const char kCloudPrintServiceURL[];
extern const char kConflictingModulesCheck[];
extern const char kCountry[];
extern const char kDebugPrint[];
+extern const char kDeviceManagementUrl[];
extern const char kDiagnostics[];
extern const char kDisableAcceleratedCompositing[];
extern const char kDisableAltWinstation[];