diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 13:43:51 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 13:43:51 +0000 |
commit | a39aa53a7acabb03a86a5be5c663d6ae47215440 (patch) | |
tree | e304aa2f39c6103bf75d151c41730f43d9111b1a /chrome/browser/webdata | |
parent | a5e04eafb781ce5739ab08398bc7ded7ed512116 (diff) | |
download | chromium_src-a39aa53a7acabb03a86a5be5c663d6ae47215440.zip chromium_src-a39aa53a7acabb03a86a5be5c663d6ae47215440.tar.gz chromium_src-a39aa53a7acabb03a86a5be5c663d6ae47215440.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49164 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 5e35728..a5105b2 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. - virtual void AddFormFields(const std::vector<webkit_glue::FormField>& fields); + 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 |