Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5833)

Unified Diff: chrome/browser/ui/autofill/chrome_autofill_client.cc

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/autofill/chrome_autofill_client.cc
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc
index 41f2aaac04d8301b7b0c872a2656b25f2ec994c2..0ef3d9a682452fd6e426495dab573977c218b7cd 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.cc
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc
@@ -194,15 +194,6 @@ void ChromeAutofillClient::OnZoomChanged(
HideAutofillPopup();
}
-void ChromeAutofillClient::DetectAccountCreationForms(
- const std::vector<autofill::FormStructure*>& forms) {
- password_manager::PasswordGenerationManager* manager =
- ChromePasswordManagerClient::GetGenerationManagerFromWebContents(
- web_contents_);
- if (manager)
- manager->DetectAccountCreationForms(forms);
-}
-
void ChromeAutofillClient::DidFillOrPreviewField(
const base::string16& autofilled_value,
const base::string16& profile_full_name) {

Powered by Google App Engine
This is Rietveld 408576698