| Index: chrome/browser/tab_contents/tab_contents_view.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h
|
| index e54e19d80a9de4a657deeb32ab5b1fc520332409..36ee76a6946d828135e7d00aeba6b738f69dbd75 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view.h
|
| @@ -178,7 +178,8 @@ class TabContentsView : public RenderViewHostDelegate::View {
|
| // forwarded to *Internal which does platform-specific work.
|
| 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,
|
|
|