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 5c327db41c17fead30513b9d0cec867c22a8ffdb..f15dba8fc36a730bb52e886fbaf8ce374dc15baa 100644 |
--- a/components/autofill/content/renderer/autofill_agent.h |
+++ b/components/autofill/content/renderer/autofill_agent.h |
@@ -101,6 +101,7 @@ class AutofillAgent : public content::RenderViewObserver, |
void OnPreviewFieldWithValue(const base::string16& value); |
void OnAcceptDataListSuggestion(const base::string16& value); |
void OnAcceptPasswordAutofillSuggestion(const base::string16& username); |
+ void OnPreviewPassword(const base::string16& username); |
// Called when interactive autocomplete finishes. |
void OnRequestAutocompleteResult( |