| 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 cbefe14f18f9ffea664961b18b5290930f7a9532..d7fc93d4782bcde16073886d07ea0afd89dce3e1 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -140,12 +140,15 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| blink::WebPopupType popup_type) override;
|
| void CreateNewFullscreenWidget(int32_t render_process_id,
|
| int32_t route_id) override;
|
| - void ShowCreatedWindow(int route_id,
|
| + void ShowCreatedWindow(int process_id,
|
| + int route_id,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_rect,
|
| bool user_gesture) override;
|
| - void ShowCreatedWidget(int route_id, const gfx::Rect& initial_rect) override;
|
| - void ShowCreatedFullscreenWidget(int route_id) override;
|
| + void ShowCreatedWidget(int process_id,
|
| + int route_id,
|
| + const gfx::Rect& initial_rect) override;
|
| + void ShowCreatedFullscreenWidget(int process_id, int route_id) override;
|
|
|
| SessionStorageNamespace* GetSessionStorageNamespace(
|
| SiteInstance* instance) override;
|
|
|