summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 17:12:19 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 17:12:19 +0000
commit33a744250e71d9368451da50455347cf56903f62 (patch)
treeae0a66335f7d7cf128d7915cf41e4f8aad3fbc43
parent0a4a3c159a119fd094c805158eb6a55d2c007601 (diff)
downloadchromium_src-33a744250e71d9368451da50455347cf56903f62.zip
chromium_src-33a744250e71d9368451da50455347cf56903f62.tar.gz
chromium_src-33a744250e71d9368451da50455347cf56903f62.tar.bz2
Remove "output=chrome" as the Suggest team has deprecated it server-side.
BUG=1660988 Review URL: http://codereview.chromium.org/102024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15212 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/search_engines/template_url_prepopulate_data.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.cc b/chrome/browser/search_engines/template_url_prepopulate_data.cc
index cee6160..414eb0e 100644
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc
@@ -495,8 +495,7 @@ const PrepopulatedEngine google = {
L"{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&"
L"q={searchTerms}",
"UTF-8",
- L"{google:baseSuggestURL}search?client=chrome&output=chrome&hl={language}&"
- L"q={searchTerms}",
+ L"{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}",
1,
};
@@ -3186,7 +3185,7 @@ void RegisterUserPrefs(PrefService* prefs) {
}
int GetDataVersion() {
- return 20; // Increment this if you change the above data in ways that mean
+ return 21; // Increment this if you change the above data in ways that mean
// users with existing data should get a new version.
}