| 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 f619d050d2424a72e3e26465d2e8e5cdf283d6ea..40f79747d985cb6460161a5cc40d0262fc9f80e3 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -30,6 +30,7 @@ class NavigationControllerImpl;
|
| class RenderViewHostImpl;
|
| class RenderWidgetHostView;
|
| class WebContentsView;
|
| +struct TextInputState;
|
|
|
| enum ResourceRequestAction {
|
| BLOCK,
|
| @@ -153,6 +154,9 @@ class CONTENT_EXPORT InterstitialPageImpl
|
|
|
| // RenderWidgetHostDelegate implementation:
|
| void RenderWidgetDeleted(RenderWidgetHostImpl* render_widget_host) override;
|
| + TextInputState GetTextInputState() override;
|
| + void UpdateTextInputState(RenderWidgetHostViewBase* rwhv,
|
| + bool text_input_state_changed) override;
|
| bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) override;
|
| void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) override;
|
|
|