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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 2667283007: Refactor Samsung SmartClip implementation. (Closed)
Patch Set: Move FrameMsg 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
Index: content/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 96b806cc57786dcb412ae44261e65586622b440a..5dc97933ea87ec6e313d3eb6de1918a9c268d05b 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -205,9 +205,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
void SendGestureEvent(const blink::WebGestureEvent& event);
void OnStartContentIntent(const GURL& content_url, bool is_main_frame);
- void OnSmartClipDataExtracted(const base::string16& text,
- const base::string16& html,
- const gfx::Rect rect);
bool OnTouchEvent(const ui::MotionEvent& event);
bool OnTouchHandleEvent(const ui::MotionEvent& event);

Powered by Google App Engine
This is Rietveld 408576698