Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 4e18783c0361d54bb373f6e8242f11aeb4d5fd70..082f4eb8e8ccff4bcb974a6c3564448b4cbd18e7 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1962,8 +1962,9 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateContentRestrictions, |
int /* restrictions */) |
// Brings up SaveAs... dialog to save specified URL. |
-IPC_MESSAGE_ROUTED1(ViewHostMsg_SaveURLAs, |
- GURL /* url */) |
+IPC_MESSAGE_ROUTED2(ViewHostMsg_SaveURLAs, |
+ GURL /* url */, |
+ content::Referrer /* referrer */) |
// Displays a JavaScript out-of-memory message in the infobar. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_JSOutOfMemory) |