Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 0fca6ef682a5ba968b7d2c3432bad6e1a4efde99..5346c1a173075de1e5cf8acb53e4a3cf3f7f265d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -642,6 +642,14 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params) |
// The URL to load. |
IPC_STRUCT_MEMBER(GURL, url) |
+ // Base URL for use in WebKit's SubstituteData. |
+ // Is only used with data: URLs. |
+ IPC_STRUCT_MEMBER(GURL, base_url_for_data_url) |
+ |
+ // History URL for use in WebKit's SubstituteData. |
+ // Is only used with data: URLs. |
+ IPC_STRUCT_MEMBER(GURL, history_url_for_data_url) |
+ |
// The URL to send in the "Referer" header field. Can be empty if there is |
// no referrer. |
IPC_STRUCT_MEMBER(content::Referrer, referrer) |