Index: chrome/common/render_messages_params.h |
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h |
index 287559ebd21240efe0de446d37e3e21e2e91680d..59acf30b9eabf6c4495b99880c1c2a907be1334a 100644 |
--- a/chrome/common/render_messages_params.h |
+++ b/chrome/common/render_messages_params.h |
@@ -781,6 +781,16 @@ struct ViewHostMsg_CreateWindow_Params { |
// The name of the resulting frame that should be created (empty if none |
// has been specified). |
string16 frame_name; |
+ |
+ // The frame identifier of the frame initiating the open. |
+ int64 opener_frame_id; |
+ |
+ // The URL of the frameinitiating the open. |
Johnny(Jianning) Ding
2011/01/17 09:41:15
need a space between frame and initiating
jochen (gone - plz use gerrit)
2011/01/17 12:11:08
Done.
|
+ GURL opener_url; |
+ |
+ // The URL that will be loaded in the new window (empty if none has been |
+ // sepcified). |
+ GURL target_url; |
}; |
struct ViewHostMsg_RunFileChooser_Params { |