summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r--webkit/glue/webview.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h
index 7e8f569..036e5a3 100644
--- a/webkit/glue/webview.h
+++ b/webkit/glue/webview.h
@@ -63,15 +63,6 @@ class WebView : public WebKit::WebView {
// links.
static void ResetVisitedLinkState();
- // Notifies the webview that autofill suggestions are available for a node.
- virtual void AutofillSuggestionsForNode(
- int64 node_id,
- const std::vector<std::wstring>& suggestions,
- int default_suggestion_index) = 0;
-
- // Hides the autofill popup if any are showing.
- virtual void HideAutofillPopup() = 0;
-
// Returns development tools agent instance belonging to this view.
virtual WebDevToolsAgent* GetWebDevToolsAgent() = 0;