| Index: content/browser/frame_host/interstitial_page_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
|
| index d48473597f4b00589949afd599dfe38c925e97c5..1dd685da87d93a352585cf2eedce9e3a99b7dd68 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -128,11 +128,9 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| SessionStorageNamespace* session_storage_namespace) override;
|
| void CreateNewWidget(int32 render_process_id,
|
| int32 route_id,
|
| - int32 surface_id,
|
| blink::WebPopupType popup_type) override;
|
| void CreateNewFullscreenWidget(int32 render_process_id,
|
| - int32 route_id,
|
| - int32 surface_id) override;
|
| + int32 route_id) override;
|
| void ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_rect,
|
|
|