| 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 ab32d9f767fcf9484a1f3bcc7632f7b80a9152e5..55d68f22e43fc42aec5886517ace644d418a275a 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -227,6 +227,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 int start_offset,
|
| + unsigned int end_offset);
|
| void OnDidAccessInitialDocument();
|
| void OnDidDisownOpener();
|
| void OnUpdateTitle(int32 page_id,
|
|
|