| 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 90d3b603ef555dfdb949831458f7a15a88c47d8c..4b4f70630615a9f7fe6dc2ce2b2eefb87c45eba2 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -202,7 +202,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| // Called when a renderer object already been created for this host, and we
|
| // just need to be attached to it. Used for window.open, <select> dropdown
|
| // menus, and other times when the renderer initiates creating an object.
|
| - void Init();
|
| + virtual void Init();
|
|
|
| // Tells the renderer to die and then calls Destroy().
|
| virtual void Shutdown();
|
|
|