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

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

Issue 2666193002: Switch RenderViewContextMenu to use RequestOpenURL (Closed)
Patch Set: cleanup Created 3 years, 10 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 c3b0abb150231ff7bde25a8a1a4165a1c402f724..b3a7a0b42e15c9cd6291fbba70d002d4d67bdbe8 100644
--- a/content/browser/frame_host/interstitial_page_impl.cc
+++ b/content/browser/frame_host/interstitial_page_impl.cc
@@ -526,6 +526,10 @@ void InterstitialPageImpl::DidNavigate(
}
}
+WebContents* InterstitialPageImpl::OpenURL(const OpenURLParams& params) {
+ return nullptr;
nasko 2017/02/14 00:10:23 Let's add a NOTREACHED to ensure we don't accident
Patrick Noland 2017/02/14 01:16:16 Done.
+}
+
RendererPreferences InterstitialPageImpl::GetRendererPrefs(
BrowserContext* browser_context) const {
delegate_->OverrideRendererPrefs(&renderer_preferences_);

Powered by Google App Engine
This is Rietveld 408576698