| 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 9c902710d0e52e3894bb72f80432ced120863762..d8d741e6e82fd09ce2ab41ac1cf0337928b31a4f 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": 65
|
| + "kCurrentDataVersion": 66
|
| },
|
|
|
| // The following engines are included in country lists and are added to the
|
| @@ -486,7 +486,7 @@
|
| "name": "Google",
|
| "keyword": "google.com",
|
| "favicon_url": "http://www.google.com/favicon.ico",
|
| - "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
|
| + "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:bookmarkBarPinned}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
|
| "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}",
|
| "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:instantEnabledParameter}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
|
| "image_url": "{google:baseURL}searchbyimage/upload",
|
|
|