| 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..324429e0d9b91e6e0045162d96212e2d1e1bf77b 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -107,6 +107,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;
|
| @@ -157,7 +158,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| #endif
|
|
|
| bool enabled() const { return enabled_; }
|
| - WebContents* web_contents() const;
|
| + WebContents* web_contents() const override;
|
| const GURL& url() const { return url_; }
|
|
|
| // Creates the WebContentsView that shows the interstitial RVH.
|
|
|