| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index c6133b6f866212bc80d710de45285fe8da40d5c5..a6975715f4b662243c72e1b097b359c2bf650ff5 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -339,7 +339,7 @@ IPC_MESSAGE_ROUTED5(ChromeViewMsg_SetNavigationCorrectionInfo,
|
| #if defined(OS_ANDROID)
|
| // Message sent from the renderer to the browser to schedule to download the
|
| // page at a later time.
|
| -IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_DownloadPageLater, GURL /* url */)
|
| +IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DownloadPageLater)
|
| #endif // defined(OS_ANDROID)
|
|
|
| //-----------------------------------------------------------------------------
|
|
|