| 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 0bef755529f73c63d1f4d5ac7a86cb962edca953..5f9d0c6c4d5e8bfa8d3128bdb8c991f0d6da21ab 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": 71
|
| + "kCurrentDataVersion": 72
|
| },
|
|
|
| // The following engines are included in country lists and are added to the
|
| @@ -526,7 +526,7 @@
|
| "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:bookmarkBarPinned}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
|
| - "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{google:cursorPosition}{google:currentPageUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}",
|
| + "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{google:cursorPosition}{google:currentPageUrl}{google:pageClassification}{google:searchVersion}sugkey={google:suggestAPIKeyParameter}",
|
| "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
|
| "image_url": "{google:baseURL}searchbyimage/upload",
|
| "new_tab_url": "{google:baseURL}_/chrome/newtab?{google:RLZ}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}ie={inputEncoding}",
|
|
|