Index: content/browser/frame_host/interstitial_page_impl.cc |
diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc |
index 4d071e3c39eed2d5d34834299dfeb2c3fa2c2e23..784c9b481d5d1456494dd5ccb55fe60b1b45deea 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.cc |
+++ b/content/browser/frame_host/interstitial_page_impl.cc |
@@ -552,17 +552,6 @@ void InterstitialPageImpl::HandleKeyboardEvent( |
render_widget_host_delegate_->HandleKeyboardEvent(event); |
} |
-#if defined(OS_WIN) |
-gfx::NativeViewAccessible |
-InterstitialPageImpl::GetParentNativeViewAccessible() { |
- if (web_contents_) { |
- WebContentsImpl* wci = static_cast<WebContentsImpl*>(web_contents_); |
- return wci->GetParentNativeViewAccessible(); |
- } |
- return NULL; |
-} |
-#endif |
- |
WebContents* InterstitialPageImpl::web_contents() const { |
return web_contents_; |
} |