| Index: content/browser/web_contents/render_view_host_manager.h
|
| diff --git a/content/browser/web_contents/render_view_host_manager.h b/content/browser/web_contents/render_view_host_manager.h
|
| index d8b4001705ae357a02c1a1eb2ec8095b6d3da7cd..d178680c11a32877b0b637418d18cd1786b48c6d 100644
|
| --- a/content/browser/web_contents/render_view_host_manager.h
|
| +++ b/content/browser/web_contents/render_view_host_manager.h
|
| @@ -116,7 +116,8 @@ class CONTENT_EXPORT RenderViewHostManager
|
| // For arguments, see WebContentsImpl constructor.
|
| void Init(BrowserContext* browser_context,
|
| SiteInstance* site_instance,
|
| - int routing_id);
|
| + int routing_id,
|
| + int main_frame_routing_id);
|
|
|
| // Returns the currently active RenderViewHost.
|
| //
|
|
|