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

Unified Diff: content/test/web_contents_observer_sanity_checker.cc

Issue 2666193002: Switch RenderViewContextMenu to use RequestOpenURL (Closed)
Patch Set: Address Charlie's comments 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/test/web_contents_observer_sanity_checker.cc
diff --git a/content/test/web_contents_observer_sanity_checker.cc b/content/test/web_contents_observer_sanity_checker.cc
index 66c371c8c9057961e0f3d0dd2ede55d333802b61..e522297bb8ffcb2f96ddcb5e6355ef18de2d7344 100644
--- a/content/test/web_contents_observer_sanity_checker.cc
+++ b/content/test/web_contents_observer_sanity_checker.cc
@@ -243,7 +243,8 @@ void WebContentsObserverSanityChecker::DidOpenRequestedURL(
const GURL& url,
const Referrer& referrer,
WindowOpenDisposition disposition,
- ui::PageTransition transition) {
+ ui::PageTransition transition,
+ bool started_from_context_menu) {
AssertRenderFrameExists(source_render_frame_host);
}

Powered by Google App Engine
This is Rietveld 408576698