summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview_delegate.h')
-rw-r--r--webkit/glue/webview_delegate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h
index 7a8e313..99d9be36 100644
--- a/webkit/glue/webview_delegate.h
+++ b/webkit/glue/webview_delegate.h
@@ -719,14 +719,6 @@ class WebViewDelegate : virtual public WebKit::WebWidgetClient {
return NULL;
}
- // Selection clipboard -----------------------------------------------------
-
- // Request the text on the selection clipboard be sent back to the webview
- // so it can be inserted into the current focus area. In response to this call
- // the delegate should get the text and send it to the WebView via
- // InsertText().
- virtual void PasteFromSelectionClipboard() { }
-
// Editor Client -----------------------------------------------------------
// Returns true if the word is spelled correctly. The word may begin or end