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

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

Issue 617423002: Make GestureTextSelector detect its own gestures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort gyp/gn Created 6 years, 2 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 554f8f2daad001dbcd182f38ddc1bdfb98046507..9978bf4ba5406603d3ce4a23d80bd6823806c053 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -205,7 +205,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
// GestureTextSelectorClient implementation.
virtual void ShowSelectionHandlesAutomatically() OVERRIDE;
virtual void SelectRange(float x1, float y1, float x2, float y2) OVERRIDE;
- virtual void Unselect() OVERRIDE;
virtual void LongPress(base::TimeTicks time, float x, float y) OVERRIDE;
// Non-virtual methods

Powered by Google App Engine
This is Rietveld 408576698