summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-23 01:27:39 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-23 01:27:39 +0000
commitd4ce4ce748d07acb195e3f9f3c571f97278a633c (patch)
tree40fb87b7b648c70127c80be0c9fd0a46119a7faa /chrome/browser/autofill
parent71dfff7aecc625a32f66943a01eef15448dd831f (diff)
downloadchromium_src-d4ce4ce748d07acb195e3f9f3c571f97278a633c.zip
chromium_src-d4ce4ce748d07acb195e3f9f3c571f97278a633c.tar.gz
chromium_src-d4ce4ce748d07acb195e3f9f3c571f97278a633c.tar.bz2
Remove Autofill Feedback infobar in preparation for the branch.
BUG=none TEST=none Review URL: http://codereview.chromium.org/7484044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93751 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r--chrome/browser/autofill/autofill_manager.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/autofill/autofill_manager.cc b/chrome/browser/autofill/autofill_manager.cc
index 7e339e9..8d26299 100644
--- a/chrome/browser/autofill/autofill_manager.cc
+++ b/chrome/browser/autofill/autofill_manager.cc
@@ -1108,9 +1108,6 @@ void AutofillManager::ParseForms(const std::vector<FormData>& forms) {
iter != non_queryable_forms.end(); ++iter) {
form_structures_.push_back(*iter);
}
-
- CheckForPopularForms(form_structures_.get(), tab_contents_wrapper_,
- tab_contents());
}
int AutofillManager::GUIDToID(const GUIDPair& guid) {