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

Unified Diff: public/web/WebView.h

Issue 469693003: Cleanup: Remove getSmartClipData function from WebView API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 9bc84963aeac871178a123829eea34cedafe2d80..34654463a0875910b33b85cbddb8927e731bfa75 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -406,8 +406,6 @@ public:
// SmartClip support ---------------------------------------------------
- // TODO(changwan): remove this
- virtual void getSmartClipData(WebRect, WebString&, WebRect& resultRect) = 0;
virtual void extractSmartClipData(WebRect initRect, WebString& text, WebString& html, WebRect& resultRect) = 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