Index: chrome/browser/search_engines/template_url_prepopulate_data.cc |
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.cc b/chrome/browser/search_engines/template_url_prepopulate_data.cc |
index b1fa62417134b0201c3d5180a2cd6c53673961aa..fbd89b4fb7d59c0198322ce8960b692a8a9569ab 100644 |
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc |
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc |
@@ -1186,7 +1186,7 @@ const PrepopulatedEngine google = { |
"UTF-8", |
L"{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}", |
L"{google:baseURL}webhp?{google:RLZ}sourceid=chrome-instant" |
- L"&ie={inputEncoding}&ion=1{searchTerms}", |
+ L"&ie={inputEncoding}&ion=1{searchTerms}&nord=1", |
SEARCH_ENGINE_GOOGLE, |
IDR_SEARCH_ENGINE_LOGO_GOOGLE, |
1, |
@@ -3351,7 +3351,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 = 32; |
+ const int kCurrentDataVersion = 33; |
if (!prefs) |
return kCurrentDataVersion; |
// If a version number exist in the preferences file, it overrides the |