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

Unified Diff: ppapi/proxy/vpn_provider_resource.h

Issue 1735473002: ppapi: PPB_VpnProvider: Implement Resource Host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vpn-nacl-sdk
Patch Set: Respond to reviews. Created 4 years, 6 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
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..87b2fb43f0543260e309a337988b2bbe1b25e555 100644
--- a/ppapi/proxy/vpn_provider_resource.h
+++ b/ppapi/proxy/vpn_provider_resource.h
@@ -76,7 +76,7 @@ class PPAPI_PROXY_EXPORT VpnProviderResource
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_;

Powered by Google App Engine
This is Rietveld 408576698