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

Unified Diff: mojo/edk/system/node_channel.cc

Issue 1995753002: [mojo-edk] Expose portable API for platform handle wrapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: mojo/edk/system/node_channel.cc
diff --git a/mojo/edk/system/node_channel.cc b/mojo/edk/system/node_channel.cc
index d60a2ab3b8f3a11b0198d98c25061d19e00f3ce8..0574b519e86e2df8efe4284f7b2b1d85a7e2d89b 100644
--- a/mojo/edk/system/node_channel.cc
+++ b/mojo/edk/system/node_channel.cc
@@ -716,6 +716,7 @@ void NodeChannel::WriteChannelMessage(Channel::MessagePtr message) {
message->num_handles())) {
DLOG(ERROR) << "Failed to duplicate one or more outgoing handles.";
}
+ LOG(ERROR) << "OWNER OF HANDLE GOING TO BE " << remote_process_handle;
Anand Mistry (off Chromium) 2016/05/23 07:16:52 debugging?
Ken Rockot(use gerrit already) 2016/05/23 17:17:53 Woops. Removed.
}
}
#elif defined(OS_MACOSX) && !defined(OS_IOS)

Powered by Google App Engine
This is Rietveld 408576698