| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 3f4e6fd74e30b9848bda1885a1dba430fe447cd3..c5bf0a42596c4318d02236127d5ca2aa69f85684 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -642,6 +642,10 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
|
| // The URL to load.
|
| IPC_STRUCT_MEMBER(GURL, url)
|
|
|
| + // Data payload for use in WebKit's SubstituteData.
|
| + // Is only used if base_url_for_data_url is also specified.
|
| + IPC_STRUCT_MEMBER(scoped_refptr<base::RefCountedMemory>, data_for_data_url)
|
| +
|
| // Base URL for use in WebKit's SubstituteData.
|
| // Is only used with data: URLs.
|
| IPC_STRUCT_MEMBER(GURL, base_url_for_data_url)
|
|
|