Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 49fef05e0e5547b3d5202f59a16cd3e0a77a893c..11105dc64f1a2e32a36fc1a2c66e4e14ddfa037e 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. |
Charlie Reis
2012/06/18 18:34:29
Please mention that these two are only needed for
mnaganov (inactive)
2012/06/19 12:52:32
Renamed to base_url_for_data
|
+ IPC_STRUCT_MEMBER(GURL, base_url) |
+ |
+ // History URL for using in WebKit's SubstituteData. |
Charlie Reis
2012/06/18 18:34:29
Again, display_url seems to convey what it's being
mnaganov (inactive)
2012/06/19 12:52:32
Changed to history_url_for_data
|
+ 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) |