Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: public/web/WebView.h

Issue 346773004: Removing usused smartclip APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698