| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 72930268976e052170e9a5dbdabea10b055597ff..3d35d8fc199cbd61b716ec6c3b1786fab0e27ffc 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -268,10 +268,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void OnGestureEventAck(const blink::WebGestureEvent& event,
|
| InputEventAckState ack_result);
|
| bool FilterInputEvent(const blink::WebInputEvent& event);
|
| - void OnSelectionChanged(const std::string& text);
|
| - void OnSelectionEvent(ui::SelectionEventType event,
|
| - const gfx::PointF& selection_anchor,
|
| - const gfx::RectF& selection_rect);
|
|
|
| // Shows the disambiguation popup
|
| // |rect_pixels| --> window coordinates which |zoomed_bitmap| represents
|
|
|