| 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 585c0fece29099bbe141aee365a11bf07a985903..be95bb50b49e28d996029fea7c31a0286d63c0b8 100644
|
| --- a/components/autofill/content/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.h
|
| @@ -157,7 +157,6 @@ class AutofillAgent : public content::RenderFrameObserver,
|
| const base::string16& password);
|
| void OnPreviewPasswordSuggestion(const base::string16& username,
|
| const base::string16& password);
|
| - void OnPopupHidden();
|
|
|
| // Called when interactive autocomplete finishes. |message| is printed to
|
| // the console if non-empty.
|
|
|