Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 2499c64bcea9d4597502c463c17b4c60839a2466..54bb3b0c8862442d589fb7a06273fe24533b6f2b 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -102,14 +102,14 @@ class CONTENT_EXPORT RenderViewHostImpl |
// spec) space. This is useful when restoring contentses, but most callers |
// should pass in NULL which will cause a new SessionStorageNamespace to be |
// created. |
- RenderViewHostImpl( |
- SiteInstance* instance, |
- RenderViewHostDelegate* delegate, |
- RenderWidgetHostDelegate* widget_delegate, |
- int routing_id, |
- int main_frame_routing_id, |
- bool swapped_out, |
- bool hidden); |
+ RenderViewHostImpl(SiteInstance* instance, |
+ RenderViewHostDelegate* delegate, |
+ RenderWidgetHostDelegate* widget_delegate, |
+ int routing_id, |
+ int main_frame_routing_id, |
+ bool swapped_out, |
+ bool hidden, |
+ bool has_render_process_host_impl); |
virtual ~RenderViewHostImpl(); |
// RenderViewHost implementation. |