diff options
Diffstat (limited to 'chrome/browser/tab_contents/background_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents/background_contents.cc | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc index b33ae32..7b35bdc 100644 --- a/chrome/browser/tab_contents/background_contents.cc +++ b/chrome/browser/tab_contents/background_contents.cc @@ -166,14 +166,13 @@ void BackgroundContents::CreateNewWindow( int route_id, WindowContainerType window_container_type, const string16& frame_name) { - delegate_view_helper_.CreateNewWindow( - route_id, - render_view_host_->process()->profile(), - render_view_host_->site_instance(), - DOMUIFactory::GetDOMUIType(render_view_host_->process()->profile(), url_), - this, - window_container_type, - frame_name); + delegate_view_helper_.CreateNewWindow(route_id, + render_view_host_->process()->profile(), + render_view_host_->site_instance(), + DOMUIFactory::GetDOMUIType(url_), + this, + window_container_type, + frame_name); } void BackgroundContents::CreateNewWidget(int route_id, |