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

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

Issue 8596008: Added new policies to policy_prefs_ui.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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 92128161ac1e6b735092d7866128613d13f452af..d0d641b31456e6b37244775bb55773933a56a21c 100644
--- a/chrome/test/functional/policy_prefs_ui.py
+++ b/chrome/test/functional/policy_prefs_ui.py
@@ -192,6 +192,8 @@ class PolicyPrefsUITest(pyauto.PyUITest):
'HideWebStorePromo': (True, []),
'URLBlacklist': ([ 'google.com' ], []),
'URLWhitelist': ([ 'google.com' ], []),
+ 'EnterpriseWebStoreURL': ('', []),
+ 'EnterpriseWebStoreName': ('', []),
# ChromeOS-only policies:
'ChromeOsLockOnIdleSuspend': (True, [ PERSONAL ], [ 'chromeos' ]),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698