| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 1043f5990478ae7f9018002573bca9d22b440929..dc46b5a19519bd7853a08a4bda429037e5f5cf39 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -702,8 +702,8 @@ IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFileChooser_Create,
|
| ppapi::HostResource /* result */)
|
| IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBFileChooser_Show,
|
| ppapi::HostResource /* file_chooser */,
|
| - bool /* save_as */,
|
| - std::string /* suggested_file_name */,
|
| + PP_Bool /* save_as */,
|
| + ppapi::proxy::SerializedVar /* suggested_file_name */,
|
| bool /* require_user_gesture */)
|
|
|
| // PPB_FileIO.
|
|
|