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 fc7c9333ba45442df368814b5af605ff773e526f..5f7344f7f5b86bf62edd417cbaef128d4e4f9bce 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -440,6 +440,10 @@ class CONTENT_EXPORT RenderViewHostImpl |
// Whether the RVH is waiting for the unload ack from the renderer. |
bool IsWaitingForUnloadACK() const; |
+ void OnTextSurroundingSelectionResponse(const base::string16& content, |
+ size_t start_offset, |
+ size_t end_offset); |
+ |
// Update the FrameTree to use this RenderViewHost's main frame |
// RenderFrameHost. Called when the RenderViewHost is committed. |
// |