| 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 983fccacccc2650a17182a3b31ef46d2760fb078..f619d050d2424a72e3e26465d2e8e5cdf283d6ea 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -156,9 +156,6 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| bool PreHandleKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| bool* is_keyboard_shortcut) override;
|
| void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) override;
|
| -#if defined(OS_WIN)
|
| - gfx::NativeViewAccessible GetParentNativeViewAccessible() override;
|
| -#endif
|
|
|
| bool enabled() const { return enabled_; }
|
| WebContents* web_contents() const;
|
|
|