| Index: chrome/browser/tab_contents/background_contents.cc
|
| diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc
|
| index e8c177a3909eee2ee9341a7304a6b4a639a19d24..bb90b26d09560ee56f06849bf05b38bb91ecd72e 100644
|
| --- a/chrome/browser/tab_contents/background_contents.cc
|
| +++ b/chrome/browser/tab_contents/background_contents.cc
|
| @@ -234,8 +234,7 @@ void BackgroundContents::CreateNewWidget(int route_id,
|
| NOTREACHED();
|
| }
|
|
|
| -void BackgroundContents::CreateNewFullscreenWidget(
|
| - int route_id, WebKit::WebPopupType popup_type) {
|
| +void BackgroundContents::CreateNewFullscreenWidget(int route_id) {
|
| NOTREACHED();
|
| }
|
|
|
|
|