Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: content/browser/frame_host/interstitial_page_impl.cc

Issue 1815563006: Remove [SG]etParentNativeViewAccessible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_plugin_quirks
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}
« no previous file with comments | « content/browser/frame_host/interstitial_page_impl.h ('k') | content/browser/frame_host/render_frame_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698