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 dc561b180aa3e533dfee43e362346c0c446c8555..d4b86dd94fd9c2dfb7ea501bbc2199b3c23c8e95 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -450,6 +450,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, |