Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: ppapi/proxy/vpn_provider_resource.h

Issue 2128743002: Reland of ppapi: PPB_VpnProvider: Implement Resource Host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vpn-nacl-sdk
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/proxy/vpn_provider_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/vpn_provider_resource.h
diff --git a/ppapi/proxy/vpn_provider_resource.h b/ppapi/proxy/vpn_provider_resource.h
index ac43b62d36b8df2e1bf3a253eb3a1e0eb29da562..fd017a37321f001026950a8c4e980dcf5c46238f 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,
- int32_t result);
+ uint32_t id);
// 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> receive_packet_buffer_;
+ std::unique_ptr<ppapi::VpnProviderSharedBuffer> recv_packet_buffer_;
std::queue<PP_Var> send_packets_;
std::queue<scoped_refptr<Var>> received_packets_;
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/proxy/vpn_provider_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698