| Index: chrome/browser/tab_contents/interstitial_page.cc
|
| diff --git a/chrome/browser/tab_contents/interstitial_page.cc b/chrome/browser/tab_contents/interstitial_page.cc
|
| index 36f900461d70dfda12bd4ba8e0d534f2e83a9937..47fb774f59d1e68c4541bbac537c0b17d284da9b 100644
|
| --- a/chrome/browser/tab_contents/interstitial_page.cc
|
| +++ b/chrome/browser/tab_contents/interstitial_page.cc
|
| @@ -95,8 +95,7 @@ class InterstitialPage::InterstitialPageRVHViewDelegate
|
| 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,
|
| @@ -604,7 +603,7 @@ void InterstitialPage::InterstitialPageRVHViewDelegate::CreateNewWidget(
|
|
|
| void
|
| InterstitialPage::InterstitialPageRVHViewDelegate::CreateNewFullscreenWidget(
|
| - int route_id, WebKit::WebPopupType popup_type) {
|
| + int route_id) {
|
| NOTREACHED()
|
| << "InterstitialPage does not support showing full screen popups.";
|
| }
|
|
|