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

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

Issue 10825197: Deprecated HideWebStorePromo policy and updated the pyauto test case for it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/app/policy/policy_templates.json ('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_test_cases.py
diff --git a/chrome/test/functional/policy_test_cases.py b/chrome/test/functional/policy_test_cases.py
index 285b47fbd213740a5c545b6c1c69a5789d748678..76ba8f87a053d4a300a260dca79e6bd0b805a3b5 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -231,7 +231,7 @@ class PolicyPrefsTestCases(object):
'ImportSavedPasswords':
('kImportSavedPasswords', False, [], ['win', 'mac', 'linux']),
'MaxConnectionsPerProxy': ('kMaxConnectionsPerProxy', 32, [], OS_ALL),
- 'HideWebStorePromo': ('kNtpHideWebStorePromo', True, [], OS_ALL),
+ 'HideWebStorePromo': (None, True, [], OS_ALL),
'URLBlacklist': ('kUrlBlacklist', ['google.com'], [], OS_ALL),
'URLWhitelist': ('kUrlWhitelist', ['google.com'], [], OS_ALL),
'EnterpriseWebStoreURL': ('kEnterpriseWebStoreURL', '', [], OS_ALL),
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698