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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h

Issue 9808028: NaCl proxy for PPB_NetAddress_Private_1_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
index e08d3b283c990c8d42c485478f64a032b75a0183..98d5eeb3b14ecf5c52cbe87c3fb6eee2603dceea 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
@@ -15,6 +15,7 @@ class PluginNetAddressPrivate {
public:
static const PPB_NetAddress_Private_0_1* GetInterface0_1();
static const PPB_NetAddress_Private_1_0* GetInterface1_0();
+ static const PPB_NetAddress_Private_1_1* GetInterface1_1();
private:
NACL_DISALLOW_COPY_AND_ASSIGN(PluginNetAddressPrivate);

Powered by Google App Engine
This is Rietveld 408576698