| Index: chrome/test/data/policy/policy_test_cases.json
|
| diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
|
| index 38f497d094f78c360fac946a3a2519fc2e516b99..7638a337bb2c78dce587f0e8b738760a75d2ff55 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -777,6 +777,14 @@
|
| ]
|
| },
|
|
|
| + "DefaultSearchProviderSearchTermsReplacementKey": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "DefaultSearchProviderSearchURL": "http://www.google.com/?q={searchTerms}", "DefaultSearchProviderSearchTermsReplacementKey": "espv" },
|
| + "pref_mappings": [
|
| + { "pref": "default_search_provider.search_terms_replacement_key" }
|
| + ]
|
| + },
|
| +
|
| "DefaultCookiesSetting": {
|
| "os": ["win", "linux", "mac", "chromeos"],
|
| "test_policy": { "DefaultCookiesSetting": 2 },
|
|
|