| 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 4b8c4fea6848bd1f537eb2a68b65a12de1e6adc5..4d9da1e193e2ada6e015fa09f0603e7aa5adcc68 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -159,8 +159,8 @@ class CONTENT_EXPORT InterstitialPageImpl
|
|
|
| // RenderWidgetHostDelegate implementation:
|
| void RenderWidgetDeleted(RenderWidgetHostImpl* render_widget_host) override;
|
| - bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| - bool* is_keyboard_shortcut) override;
|
| + KeyboardEventProcessingResult PreHandleKeyboardEvent(
|
| + const NativeWebKeyboardEvent& event) override;
|
| void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) override;
|
| TextInputManager* GetTextInputManager() override;
|
| void GetScreenInfo(content::ScreenInfo* screen_info) override;
|
|
|