| 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 319c4526a2d6d56bd02aade2488b62d0b46e9720..78bf2b9590673c5cb1fc19f503b181f4b20e09be 100755
|
| --- a/chrome/test/functional/policy_test_cases.py
|
| +++ b/chrome/test/functional/policy_test_cases.py
|
| @@ -247,6 +247,7 @@ class PolicyPrefsTestCases(object):
|
| 'GDataDisabled': (None, True, [], ['chromeos']),
|
| 'GDataDisabledOverCellular':
|
| (None, True, [], ['chromeos']),
|
| + 'PinnedLauncherApps': (None, [], [], ['chromeos']),
|
|
|
| # ChromeOS Device policies:
|
| 'DevicePolicyRefreshRate': (None, 300000, [], ['chromeos']),
|
|
|