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 68daf9833cc79d4c7ce719034065fb3b6fe390a8..589f2605027689537c6fe37b60b7d7513e494a16 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -457,6 +457,10 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// 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(int before, int after); |
+ |
// Notifies the RenderFrame that the JavaScript message that was shown was |
// closed by the user. |
void JavaScriptDialogClosed(IPC::Message* reply_msg, |