| 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 c4afeab21af504045feff8aa1453b72543ba44ce..e4276ec9f03b023882347cad2ff6e9eddcce0b52 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -86,8 +86,7 @@ class BackgroundContents : public RenderViewHostDelegate,
|
| 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,
|
|
|