| 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 0a1e01ebc6587bb1cb833e6101e5325d1b13fbf0..d6cff9524b5d96d22158766f8d84f71af4462fd6 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,
|
|
|