summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-25 21:28:08 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-25 21:28:08 +0000
commit99b4f224776ad9941898f2f6fe572800503f35b9 (patch)
tree8929b93fccbee9050515b49ed30aedef2cb68db9
parent3db541adc0141f5c754a3af9e7e49fbb4342b86b (diff)
downloadchromium_src-99b4f224776ad9941898f2f6fe572800503f35b9.zip
chromium_src-99b4f224776ad9941898f2f6fe572800503f35b9.tar.gz
chromium_src-99b4f224776ad9941898f2f6fe572800503f35b9.tar.bz2
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
-rw-r--r--chrome/browser/search_engines/template_url_prepopulate_data.cc4
1 files 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