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

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

Issue 9699100: Add functionality to pppapi TCPSocket to support secure sockets in flash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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_tcp_socket_private.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h
index 58ddde9b5b6c1823c6910a076905636e84ce2dd6..f717f50f31f23e21db35988f1d881e134a38b881 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h
@@ -13,7 +13,8 @@ namespace ppapi_proxy {
// Implements the untrusted side of the PPB_TCPSocket_Private interface.
class PluginTCPSocketPrivate {
public:
- static const PPB_TCPSocket_Private* GetInterface();
+ static const PPB_TCPSocket_Private_0_3* GetInterface0_3();
+ static const PPB_TCPSocket_Private_0_4* GetInterface0_4();
private:
NACL_DISALLOW_COPY_AND_ASSIGN(PluginTCPSocketPrivate);

Powered by Google App Engine
This is Rietveld 408576698