Index: ppapi/proxy/vpn_provider_resource.h |
diff --git a/ppapi/proxy/vpn_provider_resource.h b/ppapi/proxy/vpn_provider_resource.h |
index fd017a37321f001026950a8c4e980dcf5c46238f..ac43b62d36b8df2e1bf3a253eb3a1e0eb29da562 100644 |
--- a/ppapi/proxy/vpn_provider_resource.h |
+++ b/ppapi/proxy/vpn_provider_resource.h |
@@ -49,7 +49,7 @@ |
uint32_t max_packet_size, |
int32_t result); |
void OnPluginMsgSendPacketReply(const ResourceMessageReplyParams& params, |
- uint32_t id); |
+ int32_t result); |
// Browser callbacks |
void OnPluginMsgOnUnbindReceived(const ResourceMessageReplyParams& params); |
@@ -76,7 +76,7 @@ |
PP_Var* receive_packet_callback_var_; |
std::unique_ptr<ppapi::VpnProviderSharedBuffer> send_packet_buffer_; |
- std::unique_ptr<ppapi::VpnProviderSharedBuffer> recv_packet_buffer_; |
+ std::unique_ptr<ppapi::VpnProviderSharedBuffer> receive_packet_buffer_; |
std::queue<PP_Var> send_packets_; |
std::queue<scoped_refptr<Var>> received_packets_; |