| 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 866eb1bf2ae23cf421ea32474cbaf2f45ab0f709..79478540ba2c65ebac3a87465ee1e61eeece8ee1 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
|
|
|