| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 021352c2552f36c90257f45a0a06161fe2fafae2..c399bd4ec9d7ac83465a318504aa03f5f4e373a2 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1578,9 +1578,10 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_AppCacheAccessed,
|
| bool /* blocked by policy */)
|
|
|
| // Initiates a download based on user actions like 'ALT+click'.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_DownloadUrl,
|
| - GURL /* url */,
|
| - GURL /* referrer */)
|
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_DownloadUrl,
|
| + GURL /* url */,
|
| + GURL /* referrer */,
|
| + string16 /* suggested_name */)
|
|
|
| // Used to go to the session history entry at the given offset (ie, -1 will
|
| // return the "back" item).
|
|
|