| 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 ef1b783efc7c370f91c5bd46506148386224e32f..a25b13fc6f8093142ccb3620060fbbd40e348f57 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view.h
|
| @@ -176,9 +176,7 @@ class TabContentsView : public RenderViewHostDelegate::View {
|
| const gfx::Rect& initial_pos);
|
| virtual void ShowCreatedFullscreenWidgetInternal(
|
| RenderWidgetHostView* widget_host_view);
|
| - virtual RenderWidgetHostView* CreateNewFullscreenWidgetInternal(
|
| - int route_id,
|
| - WebKit::WebPopupType popup_type);
|
| + virtual RenderWidgetHostView* CreateNewFullscreenWidgetInternal(int route_id);
|
|
|
| // Common implementations of some RenderViewHostDelegate::View methods.
|
| RenderViewHostDelegateViewHelper delegate_view_helper_;
|
| @@ -191,8 +189,7 @@ class TabContentsView : public RenderViewHostDelegate::View {
|
| int route_id,
|
| const ViewHostMsg_CreateWindow_Params& params);
|
| virtual void CreateNewWidget(int route_id, WebKit::WebPopupType popup_type);
|
| - virtual void CreateNewFullscreenWidget(
|
| - int route_id, WebKit::WebPopupType popup_type);
|
| + virtual void CreateNewFullscreenWidget(int route_id);
|
| virtual void ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
|
|