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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 11552020: Add search_terms_replacement_key field to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed logic to check search_terms_replacement_key in template_url.cc. This is for a next CL. Created 8 years 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
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 },

Powered by Google App Engine
This is Rietveld 408576698