| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 6f5aae895b355f63dcc842ffd8d9db9b27e73b1e..00668b164c9261c883360d3bf5e12f7a3d796740 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -380,11 +380,11 @@ IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetProxyForURL,
|
| PP_Instance /* instance */,
|
| std::string /* url */,
|
| pp::proxy::SerializedVar /* result */)
|
| -IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlash_NavigateToURL,
|
| - PP_Instance /* instance */,
|
| - std::string /* url */,
|
| +IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlash_Navigate,
|
| + pp::proxy::HostResource /* request_info */,
|
| std::string /* target */,
|
| - PP_Bool /* result */)
|
| + bool /* from_user_action */,
|
| + int32_t /* result */)
|
| IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_RunMessageLoop,
|
| PP_Instance /* instance */)
|
| IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop,
|
|
|