Index: content/browser/renderer_host/render_widget_host_impl.cc |
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
index b08dff8e2bf3339bcee70364def5dedfea7057bc..2462295fbc1e08d9fba39103fb46d621959ba3b6 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -2004,14 +2004,6 @@ void RenderWidgetHostImpl::ScrollBackingStoreRect(const gfx::Vector2d& delta, |
backing_store->ScrollBackingStore(delta, clip_rect, view_size); |
} |
-void RenderWidgetHostImpl::Replace(const base::string16& word) { |
- Send(new InputMsg_Replace(routing_id_, word)); |
-} |
- |
-void RenderWidgetHostImpl::ReplaceMisspelling(const base::string16& word) { |
- Send(new InputMsg_ReplaceMisspelling(routing_id_, word)); |
-} |
- |
void RenderWidgetHostImpl::SetIgnoreInputEvents(bool ignore_input_events) { |
ignore_input_events_ = ignore_input_events; |
} |