Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 768ece2fc51ef52b0cbccf9d55f9e78944e40084..ecbd653123ada70bb9da888145e51dc5b987c46c 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -100,6 +100,9 @@ class WebContents : public PageNavigator, |
// if any. |
WebContents* opener; |
Charlie Reis
2015/06/03 20:01:37
Let's have frame ID and process ID rather than Web
alexmos
2015/06/05 22:34:32
Done.
|
+ // The routing id of the frame initiating the open. |
+ int opener_render_frame_id; |
+ |
// If the opener is suppressed, then the new WebContents doesn't hold a |
// reference to its opener. |
bool opener_suppressed; |