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

Unified Diff: content/renderer/render_view_impl_android.cc

Issue 2667283007: Refactor Samsung SmartClip implementation. (Closed)
Patch Set: Rebase 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 | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl_android.cc
diff --git a/content/renderer/render_view_impl_android.cc b/content/renderer/render_view_impl_android.cc
index e13fea073487b12ac8bd62bd17c7e86aee345aae..aa3d3a1808cb88bf88df9e481b36a77161102d90 100644
--- a/content/renderer/render_view_impl_android.cc
+++ b/content/renderer/render_view_impl_android.cc
@@ -71,13 +71,4 @@ void RenderViewImpl::didScrollWithKeyboard(const blink::WebSize& delta) {
UpdateBrowserControlsState(top_controls_constraints_, current, true);
}
-void RenderViewImpl::OnExtractSmartClipData(const gfx::Rect& rect) {
aelias_OOO_until_Jul13 2017/02/07 20:48:13 Yes, the bulk of the code on the Blink side was al
- blink::WebString clip_text;
- blink::WebString clip_html;
- blink::WebRect clip_rect;
- webview()->extractSmartClipData(rect, clip_text, clip_html, clip_rect);
- Send(new ViewHostMsg_SmartClipDataExtracted(routing_id_, clip_text.utf16(),
- clip_html.utf16(), clip_rect));
-}
-
} // namespace content
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698