summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/about_flags.cc7
-rw-r--r--chrome/browser/autofill/autofill_manager.cc3
2 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b35a7a5..4a8d1fe 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -359,13 +359,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kPrerenderFromOmnibox)
},
{
- "enable-autofill-feedback",
- IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_NAME,
- IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableAutofillFeedback)
- },
- {
"panels",
IDS_FLAGS_ENABLE_PANELS_NAME,
IDS_FLAGS_ENABLE_PANELS_DESCRIPTION,
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) {