| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index e2542ad8901ca5f2285139dadbf1170cc96c936d..af07a19a22a0253e87d073e15673dab16f7818e1 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -67,7 +67,8 @@ class BackgroundContents : public RenderViewHostDelegate,
|
| // RenderViewHostDelegate::View
|
| virtual void CreateNewWindow(
|
| int route_id,
|
| - WindowContainerType window_container_type);
|
| + WindowContainerType window_container_type,
|
| + const string16& frame_name);
|
| virtual void CreateNewWidget(int route_id, WebKit::WebPopupType popup_type);
|
| virtual void ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
|
|