Chromium Code Reviews| 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 f8aa8a7c4c70890f831cb187f132e7047a5ef079..2bc8b15d8a1a55457c7913c6c0419d804caee2f3 100644 |
| --- a/content/browser/frame_host/interstitial_page_impl.h |
| +++ b/content/browser/frame_host/interstitial_page_impl.h |
| @@ -63,6 +63,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
| void Proceed() override; |
| RenderFrameHost* GetMainFrame() const override; |
| InterstitialPageDelegate* GetDelegateForTesting() override; |
| + WebContents* GetAsWebContents() override; |
|
Charlie Reis
2015/04/27 23:39:26
This is not defined in InterstitialPage, so it doe
|
| void DontCreateViewForTesting() override; |
| void SetSize(const gfx::Size& size) override; |
| void Focus() override; |