| 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}",
|
|
|