Chromium Code Reviews| 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..7ba4c87c3f86a7ca876d0a1e8191d31a0028416a 100644 |
| --- a/components/autofill/content/renderer/autofill_agent.h |
| +++ b/components/autofill/content/renderer/autofill_agent.h |
| @@ -104,6 +104,8 @@ class AutofillAgent : public content::RenderViewObserver, |
| void OnAcceptDataListSuggestion(const base::string16& value); |
| void OnAcceptPasswordAutofillSuggestion(const base::string16& username, |
| const base::string16& password); |
| + void OnPreviewPasswordAutofillSuggestion(const base::string16& username, |
| + const base::string16& password); |
|
Ilya Sherman
2014/05/14 23:10:58
nit: Let's name these two methods "OnFillPasswordS
ziran.sun
2014/05/15 12:36:37
Done.
|
| // Called when interactive autocomplete finishes. |message| is printed to |
| // the console if non-empty. |