| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 0bef1d095351f6e447687ff86a9d9a635af9b879..94059435d0e852929a2a294ba2a3b1fed0e6b65e 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -122,6 +122,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
|
| // Unless this refers to a transferred navigation, these values are -1 and -1.
|
| IPC_STRUCT_MEMBER(int, transferred_request_child_id)
|
| IPC_STRUCT_MEMBER(int, transferred_request_request_id)
|
| +
|
| + // Whether or not we should allow the URL to download.
|
| + IPC_STRUCT_MEMBER(bool, allow_download)
|
| IPC_STRUCT_END()
|
|
|
| // Resource messages sent from the browser to the renderer.
|
|
|