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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2666193002: Switch RenderViewContextMenu to use RequestOpenURL (Closed)
Patch Set: Add started_from_context_menu Created 3 years, 11 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/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index d98c2de00541437bd0ac054aff8c88b340403e46..ca54dd99c00a890604c02435c08ead46025c6520 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -595,7 +595,7 @@ class CONTENT_EXPORT WebContentsImpl
void NotifyChangedNavigationState(InvalidateTypes changed_flags) override;
void DidStartNavigationToPendingEntry(const GURL& url,
ReloadType reload_type) override;
- void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
+ void RequestOpenURL(RenderFrameHost* render_frame_host,
const OpenURLParams& params) override;
bool ShouldTransferNavigation(bool is_main_frame_navigation) override;
bool ShouldPreserveAbortedURLs() override;

Powered by Google App Engine
This is Rietveld 408576698