| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 087cf12fa7b6361b6bb29c609a0da6886b7ea756..0c8e7a04c64c29638319c1c52fad20698b8ffee4 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -2210,7 +2210,8 @@ IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_HasUnsupportedFeature)
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_Print)
|
|
|
| // Notifies the renderer to save the current PDF.
|
| -IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_SaveAs)
|
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_SaveAs,
|
| + std::string /* url */)
|
|
|
| // Requests a resource image for the plugin at a particular scale.
|
| IPC_MESSAGE_CONTROL2(PpapiHostMsg_PDF_GetResourceImage,
|
|
|