| 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 0bb90cfda1d2acb498a6c703423395c8cf3db4c9..32361e881e37522f3e4d2b88f02cd771ac70fb91 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -64,6 +64,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| void Hide() override;
|
| void DontProceed() override;
|
| void Proceed() override;
|
| + WebContents* GetWebContents() const override;
|
| RenderFrameHost* GetMainFrame() const override;
|
| InterstitialPageDelegate* GetDelegateForTesting() override;
|
| void DontCreateViewForTesting() override;
|
| @@ -107,6 +108,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| int32_t page_id,
|
| const base::string16& title,
|
| base::i18n::TextDirection title_direction) override;
|
| + InterstitialPage* GetAsInterstitialPage() override;
|
| AccessibilityMode GetAccessibilityMode() const override;
|
| void Cut() override;
|
| void Copy() override;
|
|
|