Chromium Code Reviews| Index: webkit/glue/webview.h |
| =================================================================== |
| --- webkit/glue/webview.h (revision 10330) |
| +++ webkit/glue/webview.h (working copy) |
| @@ -192,6 +192,9 @@ |
| const std::vector<std::wstring>& suggestions, |
| int default_suggestion_index) = 0; |
| + // Hides the autofill popup if any are showing. |
| + virtual void HideAutofillPopup() = 0; |
| + |
| private: |
| DISALLOW_EVIL_CONSTRUCTORS(WebView); |
| }; |