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

Unified Diff: components/autofill/content/renderer/autofill_agent.h

Issue 184103016: Autofill: Refactoring to support fetching password after a username is selected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address gcasto's comments. Created 6 years, 9 months 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 dc9df2309990ad8041e791c71e7f308fe5fbfb09..34345be40ef819957d50a45fc5f429be0f15c8e4 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -99,7 +99,8 @@ class AutofillAgent : public content::RenderViewObserver,
void OnClearPreviewedForm();
void OnSetNodeText(const base::string16& value);
void OnAcceptDataListSuggestion(const base::string16& value);
- void OnAcceptPasswordAutofillSuggestion(const base::string16& username);
+ void OnAcceptPasswordAutofillSuggestion(const base::string16& username,
+ const base::string16& password);
// Called when interactive autocomplete finishes.
void OnRequestAutocompleteResult(

Powered by Google App Engine
This is Rietveld 408576698