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 8d6c30d10c487778f92dfab508a0275ca9e8ff4a..e677f5a745064934fe2cb993d820ae6c7027571c 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -764,8 +764,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
// which may get in recursive loops). |
void DelayedAutoResized(); |
- // Creates the proper InputRouter, either Buffered or Immediate. |
- scoped_ptr<InputRouter> CreateInputRouter(); |
piman
2013/09/30 23:46:21
nit: remove one of these 2 blank lines
jdduke (slow)
2013/09/30 23:56:12
Done.
|
// Our delegate, which wants to know mainly about keyboard events. |
// It will remain non-NULL until DetachDelegate() is called. |