| 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 e16b0e49849dfe7d4bab19ffc82b3daa2d1f1325..5d1c48bbb97e063e36da5f944c94aef810fd4130 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -459,10 +459,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // to a frame in the outer WebContents or a sibling WebContents.
|
| void ClearFocusedFrame();
|
|
|
| - // Deletes the current selection plus the specified number of characters
|
| - // before and after the selection or caret.
|
| - void ExtendSelectionAndDelete(size_t before, size_t after);
|
| -
|
| // Notifies the RenderFrame that the JavaScript message that was shown was
|
| // closed by the user.
|
| void JavaScriptDialogClosed(IPC::Message* reply_msg,
|
|
|