Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 089f9e51c8ef03a03dc4a08113d3a40484d60c12..156fedf95e008d3ee9b9768bb8f66df3e7472550 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -644,6 +644,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params) |
// Whether or not this url should be allowed to access local file:// |
// resources. |
IPC_STRUCT_MEMBER(bool, can_load_local_resources) |
+ |
+ // If not empty, which frame to navigate. |
+ IPC_STRUCT_MEMBER(std::string, frame_to_navigate) |
IPC_STRUCT_END() |
// Parameters for an OpenURL request. |