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 a5de5ad9aa599992b946c6f197231560a29bfaee..df3137046686a15bf97cb45c76d8d8fad7172a08 100644 |
--- a/components/autofill/content/renderer/autofill_agent.h |
+++ b/components/autofill/content/renderer/autofill_agent.h |
@@ -102,8 +102,10 @@ class AutofillAgent : public content::RenderViewObserver, |
void OnFillFieldWithValue(const base::string16& value); |
void OnPreviewFieldWithValue(const base::string16& value); |
void OnAcceptDataListSuggestion(const base::string16& value); |
- void OnAcceptPasswordAutofillSuggestion(const base::string16& username, |
- const base::string16& password); |
+ void OnFillPasswordSuggestion(const base::string16& username, |
+ const base::string16& password); |
+ void OnPreviewPasswordSuggestion(const base::string16& username, |
+ const base::string16& password); |
// Called when interactive autocomplete finishes. |message| is printed to |
// the console if non-empty. |