summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 17:34:56 +0000
committerabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 17:34:56 +0000
commit7feea7c986ac318b654e99fe2f857aebf34db380 (patch)
tree84ab08a9068e08aec712acdacca4bbd7179fc80a /chrome/common/pref_names.cc
parent495a8d0e38b174081c374c776b4f85fc9ad4cf3b (diff)
downloadchromium_src-7feea7c986ac318b654e99fe2f857aebf34db380.zip
chromium_src-7feea7c986ac318b654e99fe2f857aebf34db380.tar.gz
chromium_src-7feea7c986ac318b654e99fe2f857aebf34db380.tar.bz2
Add policy for blocking GCP printing.
BUG=101389 TEST=On any platform use the appropriate policy mechanism to set CloudPrintSubmitEnabled to false. Cloud print should no longer be available via built in print mechanisms Review URL: http://codereview.chromium.org/8395007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index e65225a..58bc373 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1553,6 +1553,9 @@ const char kCloudPrintRobotRefreshToken[] = "cloud_print.robot_refresh_token";
const char kCloudPrintRobotEmail[] = "cloud_print.robot_email";
// Indicates whether the Mac Virtual driver is enabled.
const char kVirtualPrinterDriverEnabled[] = "cloud_print.enable_virtual_driver";
+// A boolean indicating whether submitting jobs to Google Cloud Print is
+// blocked by policy.
+const char kCloudPrintSubmitEnabled[] = "cloud_print.submit_enabled";
// Preference to store proxy settings.
const char kProxy[] = "proxy";