summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormal@google.com <mal@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-02 02:30:55 +0000
committermal@google.com <mal@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-02 02:30:55 +0000
commit450823047f0ebccb4fe6e0414382b35437f8eff9 (patch)
tree52f15bf59c754fffa49dc2d79e1dcd8e8435ee9d /chrome
parent583be6f39af68e7c158b8d8341e4447da613a209 (diff)
downloadchromium_src-450823047f0ebccb4fe6e0414382b35437f8eff9.zip
chromium_src-450823047f0ebccb4fe6e0414382b35437f8eff9.tar.gz
chromium_src-450823047f0ebccb4fe6e0414382b35437f8eff9.tar.bz2
Add sourceid=chrome to Google's entry on trunk.
BUG=1176073,1322174,1341137 TBR= pkasting@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/template_url_prepopulate_data.cc9
1 files changed, 3 insertions, 6 deletions
diff --git a/chrome/browser/template_url_prepopulate_data.cc b/chrome/browser/template_url_prepopulate_data.cc
index d1e481e..3af8619 100644
--- a/chrome/browser/template_url_prepopulate_data.cc
+++ b/chrome/browser/template_url_prepopulate_data.cc
@@ -477,12 +477,9 @@ const PrepopulatedEngine google = {
L"Google",
NULL,
L"http://www.google.com/favicon.ico",
- // TODO(pkasting): http://b/1176073 We should change to this URL.
-// L"{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}"
-// L"{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&"
-// L"q={searchTerms}",
L"{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}"
- L"{google:originalQueryForSuggestion}ie={inputEncoding}&q={searchTerms}",
+ 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}",
@@ -3009,7 +3006,7 @@ void RegisterUserPrefs(PrefService* prefs) {
}
int GetDataVersion() {
- return 12; // Increment this if you change the above data in ways that mean
+ return 13; // Increment this if you change the above data in ways that mean
// users with existing data should get a new version.
}