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

Unified Diff: components/autofill/core/browser/autofill_external_delegate.h

Issue 79103002: Abstracted AcceptPasswordAutofillSuggestion IPC out of core Autofill code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Created 7 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: components/autofill/core/browser/autofill_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 95c483b8ac2036edf839e3f9661be5cdbeadb385..6f3f4d7067648993ba127a9c15084549406157d4 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -34,10 +34,9 @@ class AutofillManager;
class AutofillExternalDelegate
: public AutofillPopupDelegate {
public:
- // Creates an AutofillExternalDelegate for the specified contents,
- // AutofillManager, and AutofillDriver.
- AutofillExternalDelegate(content::WebContents* web_contents,
- AutofillManager* autofill_manager,
+ // Creates an AutofillExternalDelegate for the specified AutofillManager and
+ // AutofillDriver.
+ AutofillExternalDelegate(AutofillManager* autofill_manager,
AutofillDriver* autofill_driver);
virtual ~AutofillExternalDelegate();
« no previous file with comments | « components/autofill/core/browser/autofill_driver.h ('k') | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698