| Index: webkit/api/public/WebViewClient.h
|
| ===================================================================
|
| --- webkit/api/public/WebViewClient.h (revision 25640)
|
| +++ webkit/api/public/WebViewClient.h (working copy)
|
| @@ -97,13 +97,7 @@
|
| virtual void spellCheck(
|
| const WebString& word, int& misspelledOffset, int& misspelledLength) = 0;
|
|
|
| - // Request the text on the selection clipboard be sent back to the
|
| - // WebView so it can be inserted into the current focus area. This is
|
| - // only meaningful on platforms that have a selection clipboard (e.g.,
|
| - // X-Windows).
|
| - virtual void pasteFromSelectionClipboard() = 0;
|
|
|
| -
|
| // Dialogs -------------------------------------------------------------
|
|
|
| // These methods should not return until the dialog has been closed.
|
|
|