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

Unified Diff: content/public/browser/page_navigator.h

Issue 2666193002: Switch RenderViewContextMenu to use RequestOpenURL (Closed)
Patch Set: CHECK site instance matches 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/page_navigator.h
diff --git a/content/public/browser/page_navigator.h b/content/public/browser/page_navigator.h
index 945c96ec763622ccb5d52ba036cd723e8867deec..da710ac28e85589d7b49ea4664f263f399efed5d 100644
--- a/content/public/browser/page_navigator.h
+++ b/content/public/browser/page_navigator.h
@@ -71,6 +71,12 @@ struct CONTENT_EXPORT OpenURLParams {
// The browser-global FrameTreeNode ID or -1 to indicate the main frame.
int frame_tree_node_id;
+ // Routing id of the source RenderFrameHost.
+ int render_frame_id;
nasko 2017/02/15 00:58:07 I'm sorry I missed this on the previous iterations
Patrick Noland 2017/02/15 22:30:42 Done.
+
+ // Process id of the source RenderFrameHost.
+ int render_process_id;
+
// The disposition requested by the navigation source.
WindowOpenDisposition disposition;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698