Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 8916bbfc0e3c322d3502e58edf7265c9d3193ee7..d5509e04fbbd5c210934369fc323e304c4e3a602 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -589,6 +589,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params) |
| // The URL to load. |
| IPC_STRUCT_MEMBER(GURL, url) |
| + // Whether or not we should allow the url to download. |
| + IPC_STRUCT_MEMBER(bool, allow_download) |
|
darin (slow to review)
2012/04/03 21:56:20
ditto... why not just append?
chebert
2012/04/03 22:13:23
I was thinking that the allow_download field was s
|
| + |
| // The URL to send in the "Referer" header field. Can be empty if there is |
| // no referrer. |
| IPC_STRUCT_MEMBER(content::Referrer, referrer) |