diff options
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r-- | webkit/glue/webview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h index 7acb29e..fbd4f33f 100644 --- a/webkit/glue/webview.h +++ b/webkit/glue/webview.h @@ -192,6 +192,9 @@ class WebView : public WebWidget { 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); }; |