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

Unified Diff: ppapi/cpp/private/tcp_socket_private.h

Issue 9568007: Added CPP wrapper for PPB_TCPServerSocket_Private. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: TCPSocketPrivate constructor from PP_Resource marked as 'explicit', deleted unused inclusions. Created 8 years, 10 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/cpp/private/tcp_socket_private.h
diff --git a/ppapi/cpp/private/tcp_socket_private.h b/ppapi/cpp/private/tcp_socket_private.h
index 415a1eded4ba4faea940480e89d57b8bce9250de..a9929fa26189979bfc18ec2cae1cdbc94ae96d01 100644
--- a/ppapi/cpp/private/tcp_socket_private.h
+++ b/ppapi/cpp/private/tcp_socket_private.h
@@ -18,6 +18,8 @@ class TCPSocketPrivate : public Resource {
public:
explicit TCPSocketPrivate(const InstanceHandle& instance);
+ explicit TCPSocketPrivate(PP_Resource resource);
+
// Returns true if the required interface is available.
static bool IsAvailable();

Powered by Google App Engine
This is Rietveld 408576698