diff options
Diffstat (limited to 'chromium/content/common/frame_messages.h')
-rw-r--r-- | chromium/content/common/frame_messages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/common/frame_messages.h b/chromium/content/common/frame_messages.h index 34e40d5fd8e..89371b39515 100644 --- a/chromium/content/common/frame_messages.h +++ b/chromium/content/common/frame_messages.h @@ -241,6 +241,8 @@ IPC_STRUCT_BEGIN(FrameHostMsg_DidCommitProvisionalLoad_Params) // set to original URL of the site the MHTML represents. IPC_STRUCT_MEMBER(GURL, base_url) + IPC_STRUCT_MEMBER(GURL, virtual_url) + // URL of the referrer of this load. WebKit generates this based on the // source of the event that caused the load. IPC_STRUCT_MEMBER(content::Referrer, referrer) |