Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 7d5c48e7d529242091c4c54f51ebd7918882c70c..907ea31ac06dcc243aa9d43b9b592f3fc3729fc0 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -617,6 +617,12 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params) |
// The URL to load. |
IPC_STRUCT_MEMBER(GURL, url) |
+ // Base URL for using in WebKit's SubstituteData. |
+ IPC_STRUCT_MEMBER(GURL, base_url) |
+ |
+ // History URL for using in WebKit's SubstituteData. |
+ IPC_STRUCT_MEMBER(GURL, history_url) |
+ |
// The URL to send in the "Referer" header field. Can be empty if there is |
// no referrer. |
IPC_STRUCT_MEMBER(content::Referrer, referrer) |