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

Unified Diff: chrome/test/functional/policy_prefs_ui.py

Issue 8395007: Add policy for blocking GCP printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build break and respond to additional feedback Created 9 years, 2 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/policy_prefs_ui.py
diff --git a/chrome/test/functional/policy_prefs_ui.py b/chrome/test/functional/policy_prefs_ui.py
index 82cc51d6fdbc6fd84c2444997aee4b9ab50ff286..86fbe65ea3397a31e48555eed0ea8d90cf58bb2d 100644
--- a/chrome/test/functional/policy_prefs_ui.py
+++ b/chrome/test/functional/policy_prefs_ui.py
@@ -89,6 +89,7 @@ class PolicyPrefsUITest(pyauto.PyUITest):
'PrintingEnabled': (False, []),
# Note: supported_on is empty for this policy.
'CloudPrintProxyEnabled': (True, [], []),
+ 'CloudPrintSubmitEnabled': (False, [], ['win', 'mac', 'linux']),
'SafeBrowsingEnabled': (False, [ ADVANCED ]),
# TODO(joaodasilva): This is only in place on official builds, but the
# SetUserCloudPolicy call is a nop on official builds. Should be ADVANCED.
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698