| 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..47eb1c92b98d5e79b44b168fcde60c13942d0723 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* GetUnderlyingWebContents() 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;
|
|
|