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

Unified Diff: native_client_sdk/src/libraries/nacl_io/socket/unix_node.h

Issue 1679643002: nacl_io: Add SOCK_DGRAM support to socketpair() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test failure Created 4 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: native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
diff --git a/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h b/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
index c8b7f30d1d2369636e7b9497e73e7ca3dcc08de8..138b5df21bf5e30031465e96c3a29759afa1635b 100644
--- a/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
@@ -16,7 +16,7 @@ namespace nacl_io {
class UnixNode : public SocketNode {
public:
- explicit UnixNode(Filesystem* filesystem);
+ explicit UnixNode(Filesystem* filesystem, int type);
Sam Clegg 2016/02/08 17:30:55 Drop the explicit?
cernekee 2016/02/08 22:53:29 Done.
UnixNode(Filesystem* filesystem, const UnixNode& peer);
virtual EventEmitter* GetEventEmitter();

Powered by Google App Engine
This is Rietveld 408576698