| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| index 2d80f2aa9b83bde48434a0fbb82431aa16a54267..be662e29e40e8b4edb1fa21a24f945b17cbc052e 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| @@ -56,7 +56,8 @@ TabContents* RenderViewHostDelegateViewHelper::CreateNewWindow(
|
| SiteInstance* site,
|
| DOMUITypeID domui_type,
|
| RenderViewHostDelegate* opener,
|
| - WindowContainerType window_container_type) {
|
| + WindowContainerType window_container_type,
|
| + const string16& frame_name) {
|
| if (ShouldOpenBackgroundContents(window_container_type,
|
| opener->GetURL(),
|
| site->GetProcess(),
|
|
|