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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2667283007: Refactor Samsung SmartClip implementation. (Closed)
Patch Set: Really apply code review comments Created 3 years, 10 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 | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698