| 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 d42c1c1062aa9bce26012e5ef0a3a56f74af2ee8..91369df07e7e0497dad845848f7f6fbbd5ba6aa6 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -190,6 +190,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // menus, and other times when the renderer initiates creating an object.
|
| virtual void Init();
|
|
|
| + // Initializes a RenderWidgetHost that is attached to a Frame.
|
| + void InitForFrame();
|
| +
|
| // Tells the renderer to die and then calls Destroy().
|
| virtual void Shutdown();
|
|
|
|
|