| 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 4d9da1e193e2ada6e015fa09f0603e7aa5adcc68..cbe813e38946bb3a57b0685bf1638131634d4259 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -165,6 +165,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| TextInputManager* GetTextInputManager() override;
|
| void GetScreenInfo(content::ScreenInfo* screen_info) override;
|
| void UpdateDeviceScaleFactor(double device_scale_factor) override;
|
| + RenderWidgetHostInputEventRouter* GetInputEventRouter() override;
|
|
|
| bool enabled() const { return enabled_; }
|
| WebContents* web_contents() const;
|
|
|