Index: chrome/browser/renderer_host/render_widget_host_view.h |
=================================================================== |
--- chrome/browser/renderer_host/render_widget_host_view.h (revision 25640) |
+++ chrome/browser/renderer_host/render_widget_host_view.h (working copy) |
@@ -132,10 +132,6 @@ |
// Notifies the View that the renderer text selection has changed. |
virtual void SelectionChanged(const std::string& text) { }; |
- // Tells the View to get the text from the selection clipboard and send it |
- // back to the renderer asynchronously. |
- virtual void PasteFromSelectionClipboard() { } |
- |
// Tells the View whether the context menu is showing. This is used on Linux |
// to suppress updates to webkit focus for the duration of the show. |
virtual void ShowingContextMenu(bool showing) { } |