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 e22df0e989a6e5f428b81c5bd5aac65565ed585d..d3b4c072178564d9a903f56ad3f741ca7e667edb 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_initialized_audio_host); |
virtual ~RenderViewHostImpl(); |
// RenderViewHost implementation. |