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

Unified Diff: content/test/web_contents_observer_sanity_checker.h

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.h
diff --git a/content/test/web_contents_observer_sanity_checker.h b/content/test/web_contents_observer_sanity_checker.h
index 867706c84fbbea3c38c4ff397681c82e35d43506..7bb576f01c6ce706acec670f01657285a4a8e7d2 100644
--- a/content/test/web_contents_observer_sanity_checker.h
+++ b/content/test/web_contents_observer_sanity_checker.h
@@ -61,7 +61,8 @@ class WebContentsObserverSanityChecker : public WebContentsObserver,
const GURL& url,
const Referrer& referrer,
WindowOpenDisposition disposition,
- ui::PageTransition transition) override;
+ ui::PageTransition transition,
+ bool started_from_context_menu) override;
void MediaStartedPlaying(const MediaPlayerInfo& media_info,
const MediaPlayerId& id) override;
void MediaStoppedPlaying(const MediaPlayerInfo& media_info,

Powered by Google App Engine
This is Rietveld 408576698