diff options
author | donnd <donnd@chromium.org> | 2014-10-28 12:16:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-28 19:17:14 +0000 |
commit | 9082668425ee5b310fc961d537771b69a273492d (patch) | |
tree | e424f9c38ab6c251ac24b9c8a58f8ad0188f38f0 | |
parent | 01f333cdff310dd7e0393c74e5751016071055d6 (diff) | |
download | chromium_src-9082668425ee5b310fc961d537771b69a273492d.zip chromium_src-9082668425ee5b310fc961d537771b69a273492d.tar.gz chromium_src-9082668425ee5b310fc961d537771b69a273492d.tar.bz2 |
Add /s as a prepopulated template for search.
This helps with problems where Embedded Search does not recognize the /s
endpoint as a Google search.
BUG=426706
Review URL: https://codereview.chromium.org/678133002
Cr-Commit-Position: refs/heads/master@{#301680}
-rw-r--r-- | components/search_engines/prepopulated_engines.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json index c4feb4b..bb99ad3 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": 78 + "kCurrentDataVersion": 79 }, // The following engines are included in country lists and are added to the @@ -538,7 +538,8 @@ "alternate_urls": [ "{google:baseURL}#q={searchTerms}", "{google:baseURL}search#q={searchTerms}", - "{google:baseURL}webhp#q={searchTerms}" + "{google:baseURL}webhp#q={searchTerms}", + "{google:baseURL}s?q={searchTerms}" ], "search_terms_replacement_key": "{google:instantExtendedEnabledKey}", "type": "SEARCH_ENGINE_GOOGLE", |