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

Unified Diff: components/search_engines/prepopulated_engines.json

Issue 922793002: Add an alternate contextual search url to extract the search terms from window.location.hash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the version number. Created 5 years, 10 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
« no previous file with comments | « chrome/common/instant_types_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/prepopulated_engines.json
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
index 187d91bdfb9b979e82eab76078673bcc98dde408..eb0e8dfae64bfe744487f03943a76a4416f53ac1 100644
--- a/components/search_engines/prepopulated_engines.json
+++ b/components/search_engines/prepopulated_engines.json
@@ -30,7 +30,7 @@
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.
- "kCurrentDataVersion": 80
+ "kCurrentDataVersion": 81
},
// The following engines are included in country lists and are added to the
@@ -120,6 +120,7 @@
"{google:baseURL}#q={searchTerms}",
"{google:baseURL}search#q={searchTerms}",
"{google:baseURL}webhp#q={searchTerms}",
+ "{google:baseURL}s#q={searchTerms}",
"{google:baseURL}s?q={searchTerms}"
],
"search_terms_replacement_key": "{google:instantExtendedEnabledKey}",
« no previous file with comments | « chrome/common/instant_types_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698