| 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 c2bc78d2f8ddea0e3597663fdea3163210e36d68..404154a3ba0486e7dd6d1a817c6033955460cb1f 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -375,9 +375,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // another renderer process.
|
| void UpdateOpener();
|
|
|
| - // Clear focus from this frame in the renderer process.
|
| - void ClearFocus();
|
| -
|
| // 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);
|
|
|