Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 835f6e70841288bd6687f9aad5693a266f498d2e..b454c07125afcfb78e03cbe1f64ac4029461de35 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -223,6 +223,9 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
int notification_id, |
const ShowDesktopNotificationHostMsgParams& params); |
void OnCancelDesktopNotification(int notification_id); |
+ void OnTextSurroundingSelectionResponse(const base::string16& content, |
+ unsigned start_offset, |
+ unsigned end_offset); |
void OnDidAccessInitialDocument(); |
void OnDidDisownOpener(); |
void OnUpdateTitle(int32 page_id, |