diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 15:22:34 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 15:22:34 +0000 |
commit | fda28420d4964c01a7396be1c88695557c1d51b3 (patch) | |
tree | 5d1f89fde4db34f463e640dfefc5fa6aef65d6cf /chrome/test | |
parent | 544545cd1e7c5697c7610a33dd2c94b2d7d1cfb0 (diff) | |
download | chromium_src-fda28420d4964c01a7396be1c88695557c1d51b3.zip chromium_src-fda28420d4964c01a7396be1c88695557c1d51b3.tar.gz chromium_src-fda28420d4964c01a7396be1c88695557c1d51b3.tar.bz2 |
Fixes crasher in TemplateURLModel that occurred when the db had
multiple keywords with the same prepopulate id. We had this for
Hungary.
BUG=3192
TEST=make sure you don't see any problems with keywords.
Review URL: http://codereview.chromium.org/6284
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index 0a3260b..df63415 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -535,6 +535,14 @@ </File> </Filter> <Filter + Name="TestTemplateURLPrepopulateData" + > + <File + RelativePath="..\..\browser\template_url_prepopulate_data_unittest.cc" + > + </File> + </Filter> + <Filter Name="TestTemplateURL" > <File |