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 a2883ce86b38e530d24cec7d81d7e20bb7f4cf29..5fe572da14d7fc7b1974a1dea36a5f8c1ad26987 100755 |
--- a/chrome/test/functional/policy_test_cases.py |
+++ b/chrome/test/functional/policy_test_cases.py |
@@ -257,6 +257,7 @@ class PolicyPrefsTestCases(object): |
'GDataDisabledOverCellular': |
(None, True, [], ['chromeos']), |
'PinnedLauncherApps': (None, [], [], ['chromeos']), |
+ 'ExternalStorageDisabled': (None, [], [], ['chromeos']), |
Mattias Nissler (ping if slow)
2012/07/09 09:43:01
the second parameter is the value, which should be
pastarmovj
2012/07/11 01:13:57
Done.
|
# ChromeOS Device policies: |
'DevicePolicyRefreshRate': (None, 300000, [], ['chromeos']), |