| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 5f850f244bf1d9ea850dfb2ef7ca9ed480dc4148..017673e6f17445e341ea112428daf1040a81312e 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -250,10 +250,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| main_frame_routing_id_ = routing_id;
|
| }
|
|
|
| - void OnTextSurroundingSelectionResponse(const base::string16& content,
|
| - size_t start_offset,
|
| - size_t end_offset);
|
| -
|
| // Increases the refcounting on this RVH. This is done by the FrameTree on
|
| // creation of a RenderFrameHost or RenderFrameProxyHost.
|
| void increment_ref_count() { ++frames_ref_count_; }
|
|
|