| Index: content/browser/renderer_host/render_view_host_factory.h
|
| diff --git a/content/browser/renderer_host/render_view_host_factory.h b/content/browser/renderer_host/render_view_host_factory.h
|
| index df61552a5e3b01d7fbc148a266283b16038b2d6c..6226187af537bfa830f6d09d6f77865c12d75349 100644
|
| --- a/content/browser/renderer_host/render_view_host_factory.h
|
| +++ b/content/browser/renderer_host/render_view_host_factory.h
|
| @@ -29,8 +29,7 @@ class RenderViewHostFactory {
|
| RenderWidgetHostDelegate* widget_delegate,
|
| int routing_id,
|
| int main_frame_routing_id,
|
| - bool swapped_out,
|
| - SessionStorageNamespace* session_storage);
|
| + bool swapped_out);
|
|
|
| // Returns true if there is currently a globally-registered factory.
|
| static bool has_factory() {
|
| @@ -49,8 +48,7 @@ class RenderViewHostFactory {
|
| RenderWidgetHostDelegate* widget_delegate,
|
| int routing_id,
|
| int main_frame_routing_id,
|
| - bool swapped_out,
|
| - SessionStorageNamespace* session_storage_namespace) = 0;
|
| + bool swapped_out) = 0;
|
|
|
| // Registers your factory to be called when new RenderViewHosts are created.
|
| // We have only one global factory, so there must be no factory registered
|
|
|