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/browser/webdata | |
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/browser/webdata')
-rw-r--r-- | chrome/browser/webdata/web_data_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h index a5105b2..5e35728 100644 --- a/chrome/browser/webdata/web_data_service.h +++ b/chrome/browser/webdata/web_data_service.h @@ -395,7 +395,7 @@ class WebDataService ////////////////////////////////////////////////////////////////////////////// // Schedules a task to add form fields to the web database. - void AddFormFields(const std::vector<webkit_glue::FormField>& fields); + virtual void AddFormFields(const std::vector<webkit_glue::FormField>& fields); // Initiates the request for a vector of values which have been entered in // form input fields named |name|. The method OnWebDataServiceRequestDone of |