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

Unified Diff: chrome/browser/search_engines/prepopulated_engines.json

Issue 11552020: Add search_terms_replacement_key field to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments now describe a simpler behavior for the parameter. Created 7 years, 12 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/browser/search_engines/prepopulated_engines.json
diff --git a/chrome/browser/search_engines/prepopulated_engines.json b/chrome/browser/search_engines/prepopulated_engines.json
index 232f571a5c584effaa3a9a3515d0440402dfa3a0..15a9862f00e1c061a2b177713199f642684682c3 100644
--- a/chrome/browser/search_engines/prepopulated_engines.json
+++ b/chrome/browser/search_engines/prepopulated_engines.json
@@ -26,7 +26,7 @@
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.
- "kCurrentDataVersion": 49
+ "kCurrentDataVersion": 50
},
// The following engines are included in country lists and are added to the
@@ -855,6 +855,7 @@
"{google:baseURL}search#q={searchTerms}",
"{google:baseURL}webhp#q={searchTerms}"
],
+ "search_terms_replacement_key": "{google:instantExtendedEnabledKey}",
"type": "SEARCH_ENGINE_GOOGLE",
"id": 1
},
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | chrome/browser/search_engines/prepopulated_engines_schema.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698