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 fe6afddd09d44dde202d18b06ab1d68ebf5ac1f2..5948894c8eeec217272372dffce49b4bce9a5fff 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -453,6 +453,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, |