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

Unified Diff: components/autofill/content/renderer/autofill_agent.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/content/renderer/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index 1f25703a3aaf460171cd1b50296c81ee53052f02..a16feeba414f8c6b4ea75f8fd0e1eca8945da3fa 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -103,7 +103,7 @@ class AutofillAgent : public content::RenderViewObserver,
void OnClearPreviewedForm();
void OnSetNodeText(const base::string16& value);
void OnAcceptDataListSuggestion(const base::string16& value);
- void OnAcceptPasswordAutofillSuggestion(const base::string16& value);
+ void OnAcceptPasswordAutofillSuggestion(const base::string16& username);
// Called when interactive autocomplete finishes.
void OnRequestAutocompleteResult(

Powered by Google App Engine
This is Rietveld 408576698