summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 18:34:16 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 18:34:16 +0000
commit17e5f7d53a09582719e9e0a942643463944fb749 (patch)
tree113c080f5273d8fa1e94e60737cb5554b3c4dead /chrome/browser/search_engines
parentfc21277e73baabd1fb1fd02cc1d3cf228aa8512a (diff)
downloadchromium_src-17e5f7d53a09582719e9e0a942643463944fb749.zip
chromium_src-17e5f7d53a09582719e9e0a942643463944fb749.tar.gz
chromium_src-17e5f7d53a09582719e9e0a942643463944fb749.tar.bz2
Ensure that logos are always shown in search engine dialog when available.
BUG=50699 TEST=First three (or two in Vietnam and Iran) search engine logos always available on import in --organic Chrome (not Chromium). Review URL: http://codereview.chromium.org/3189004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/search_engines')
-rw-r--r--chrome/browser/search_engines/template_url_prepopulate_data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.cc b/chrome/browser/search_engines/template_url_prepopulate_data.cc
index d2ea87a..05b8a12 100644
--- a/chrome/browser/search_engines/template_url_prepopulate_data.cc
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc
@@ -3141,7 +3141,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 = 28;
+ const int kCurrentDataVersion = 29;
if (!prefs)
return kCurrentDataVersion;
// If a version number exist in the preferences file, it overrides the