| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index 232e30bd19445a4e173ee005bce556b7f5f58391..7f8be06c28c9268f4ea6c223b04270bc1a6f3bad 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -368,12 +368,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| // Gets the bounds of the window, in screen coordinates.
|
| virtual gfx::Rect GetBoundsInRootWindow() = 0;
|
|
|
| - // Called by the RenderFrameHost when it receives an IPC response to a
|
| - // TextSurroundingSelectionRequest.
|
| - virtual void OnTextSurroundingSelectionResponse(const base::string16& content,
|
| - size_t start_offset,
|
| - size_t end_offset);
|
| -
|
| // Called by the RenderWidgetHost when an ambiguous gesture is detected to
|
| // show the disambiguation popup bubble.
|
| virtual void ShowDisambiguationPopup(const gfx::Rect& rect_pixels,
|
|
|