| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index a08cf28f3ed97fc5f461bbc54593320de871c9d1..2701d3861e5a3e4524adee30aedcb443296631d5 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -398,12 +398,6 @@ class WebView : protected WebWidget {
|
| // Notify that context menu has been closed.
|
| virtual void didCloseContextMenu() = 0;
|
|
|
| - // SmartClip support ---------------------------------------------------
|
| - virtual void extractSmartClipData(WebRect initRect,
|
| - WebString& text,
|
| - WebString& html,
|
| - WebRect& resultRect) = 0;
|
| -
|
| // Popup menu ----------------------------------------------------------
|
|
|
| // Sets whether select popup menus should be rendered by the browser.
|
|
|