| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index a20a5ff17acf78c5d3825ce096c00b0b360acd47..e118a0bb463bcc5a8f3af49e4807a604739be2f5 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -161,8 +161,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| virtual RenderWidgetHostView* GetView() const OVERRIDE;
|
| virtual bool IsLoading() const OVERRIDE;
|
| virtual bool IsRenderView() const OVERRIDE;
|
| - virtual void Replace(const base::string16& word) OVERRIDE;
|
| - virtual void ReplaceMisspelling(const base::string16& word) OVERRIDE;
|
| virtual void ResizeRectChanged(const gfx::Rect& new_rect) OVERRIDE;
|
| virtual void RestartHangMonitorTimeout() OVERRIDE;
|
| virtual void SetIgnoreInputEvents(bool ignore_input_events) OVERRIDE;
|
|
|