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

Unified Diff: ipc/ipc_channel_nacl.h

Issue 2484943004: Remove unused parts of IPC::ChannelHandle. (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « ipc/ipc_channel_handle.h ('k') | ipc/ipc_channel_nacl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_nacl.h
diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h
index 52ff321b08816e982ab7424eb6a6a81d00c7c481..2e4d42fbe046e1508eb6b58cadf97019a9cf872a 100644
--- a/ipc/ipc_channel_nacl.h
+++ b/ipc/ipc_channel_nacl.h
@@ -72,12 +72,6 @@ class ChannelNacl : public Channel,
// The pipe used for communication.
int pipe_;
- // The "name" of our pipe. On Windows this is the global identifier for
- // the pipe. On POSIX it's used as a key in a local map of file descriptors.
- // For NaCl, we don't actually support looking up file descriptors by name,
- // and it's only used for debug information.
- std::string pipe_name_;
-
// We use a thread for reading, so that we can simply block on reading and
// post the received data back to the main thread to be properly interleaved
// with other tasks in the MessagePump.
« no previous file with comments | « ipc/ipc_channel_handle.h ('k') | ipc/ipc_channel_nacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698