diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 14:40:53 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 14:40:53 +0000 |
commit | ce0a501326e20c17e76796f550179a49be67bc0f (patch) | |
tree | a620ad1268f1313da9fda613ef1c2822087d4c82 /chrome/chrome_tests.gypi | |
parent | a39aa53a7acabb03a86a5be5c663d6ae47215440 (diff) | |
download | chromium_src-ce0a501326e20c17e76796f550179a49be67bc0f.zip chromium_src-ce0a501326e20c17e76796f550179a49be67bc0f.tar.gz chromium_src-ce0a501326e20c17e76796f550179a49be67bc0f.tar.bz2 |
Putting this back in since it didn't solve the failures.
Revert 49164 - Backing this out to see if it fixes the failures on the two windows bots (landed about when they started).
Revert 49030 AutoFill: Don't save credit card numbers from Autocomplete to the WebDB.
BUG=8026
TEST=AutocompleteHistoryManagerTest
Review URL: http://codereview.chromium.org/2676003
TBR=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/2748002
TBR=thomasvl@chromium.org
Review URL: http://codereview.chromium.org/2770001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rwxr-xr-x | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index bd1a9fa..83d5f1e 100755 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -541,6 +541,7 @@ # All unittests in browser, common, renderer and service. 'browser/app_controller_mac_unittest.mm', 'browser/app_menu_model_unittest.cc', + 'browser/autocomplete_history_manager_unittest.cc', 'browser/autocomplete/autocomplete_edit_unittest.cc', 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', |