From 99b4f224776ad9941898f2f6fe572800503f35b9 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Mon, 25 Oct 2010 21:28:08 +0000 Subject: Tweaks instant url for google. BUG=none TEST=none Review URL: http://codereview.chromium.org/3999007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63786 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/search_engines/template_url_prepopulate_data.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.cc b/chrome/browser/search_engines/template_url_prepopulate_data.cc index 34ec09b..99787c4 100644 --- a/chrome/browser/search_engines/template_url_prepopulate_data.cc +++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc @@ -1185,7 +1185,7 @@ const PrepopulatedEngine google = { "UTF-8", L"{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}", L"{google:baseURL}search?{google:RLZ}sourceid=chrome-instant" - L"&ie={inputEncoding}&q={searchTerms}", + L"&ie={inputEncoding}&q={searchTerms}&ion=1", TemplateURLPrepopulateData::SEARCH_ENGINE_GOOGLE, IDR_SEARCH_ENGINE_LOGO_GOOGLE, 1, @@ -3349,7 +3349,7 @@ void RegisterUserPrefs(PrefService* prefs) { int GetDataVersion(PrefService* prefs) { // Increment this if you change the above data in ways that mean users with // existing data should get a new version. - const int kCurrentDataVersion = 30; + const int kCurrentDataVersion = 31; if (!prefs) return kCurrentDataVersion; // If a version number exist in the preferences file, it overrides the -- cgit v1.1