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 b3b037814c7561b83e7860169013c7baabeb4c57..5b36afe7b925d6319ac61450cc2030504f7aadbc 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -419,6 +419,10 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost, |
// before and after the selection or caret. |
void ExtendSelectionAndDelete(size_t before, size_t after); |
+ // Deletes text before and after the current cursor position, excluding the |
+ // selection. |
+ void DeleteSurroundingText(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, |