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

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

Issue 10908226: Introduces a search term extraction mechanism working for arbitrary search providers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Answered code review comments. Created 8 years, 3 months 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 c4a5845e5701d95bf6a95988676a53929a32de2d..c98b69e8f55cee670a62725be4bfe3236da394a3 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -545,6 +545,13 @@
"os": ["win", "linux", "mac", "chromeos"]
},
+ "DefaultSearchProviderAlternateURLs": {
+ "pref": "default_search_provider.alternate_urls",
+ "test_policy": { "DefaultSearchProviderSearchURL": "http://www.google.com/?q={searchTerms}", "DefaultSearchProviderAlternateURLs": ["UTF-8"] },
Joao da Silva 2012/09/24 09:12:29 The value for DefaultSearchProviderAlternateURLs i
beaudoin 2012/09/27 17:37:13 Done.
+ "settings_pages": [],
+ "os": ["win", "linux", "mac", "chromeos"]
+ },
+
"DefaultCookiesSetting": {
"pref": "profile.managed_default_content_settings.cookies",
"test_policy": { "DefaultCookiesSetting": 2 },

Powered by Google App Engine
This is Rietveld 408576698