| 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' ]),
|
|
|