Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index 51f6e914c975b274554a57d5eabb5afa14209aae..6a046c7ad0b2ff940906242f3a9e2f262a711721 100644 |
--- a/public/web/WebView.h |
+++ b/public/web/WebView.h |
@@ -409,10 +409,6 @@ public: |
// SmartClip support --------------------------------------------------- |
- // FIXME: This should be removed when the chromium side patch lands |
- // http://codereview.chromium.org/260623004 |
- virtual WebString getSmartClipData(WebRect) = 0; |
- |
virtual void getSmartClipData(WebRect, WebString&, WebRect&) = 0; |