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

Unified Diff: ppapi/shared_impl/vpn_provider_util.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
« content/content_browser.gypi ('K') | « ppapi/proxy/vpn_provider_resource.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/vpn_provider_util.h
diff --git a/ppapi/shared_impl/vpn_provider_util.h b/ppapi/shared_impl/vpn_provider_util.h
index 889bfaa7afc1c6901de9662ebc74ba2b44a78c6f..f05a2be4850ae89d6c17d438ffa109966e4a269e 100644
--- a/ppapi/shared_impl/vpn_provider_util.h
+++ b/ppapi/shared_impl/vpn_provider_util.h
@@ -23,6 +23,7 @@ class PPAPI_SHARED_EXPORT VpnProviderSharedBuffer {
void SetAvailable(uint32_t id, bool value);
void* GetBuffer(uint32_t id);
base::SharedMemoryHandle GetHandle();
+ uint32_t GetMaxPacketSize() { return packet_size_; }
bbudge 2016/06/27 22:25:07 nit: maybe s/packet_size_/max_packet_size_ ?
adrian.belgun 2016/06/28 07:02:20 Done.
private:
uint32_t capacity_;
« content/content_browser.gypi ('K') | « ppapi/proxy/vpn_provider_resource.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698