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

Unified Diff: ipc/ipc_channel.h

Issue 601563002: Remove IPC::Channel::TakePipeHandle() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Nacl build error Created 6 years, 3 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
« no previous file with comments | « no previous file | ipc/ipc_channel_nacl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index d27af5807387ed53fa685cea75053bd4a4d8c5c2..f6bd5044c14af5150e12a9a964a382d7d630c4cc 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -173,11 +173,6 @@ class IPC_EXPORT Channel : public Sender {
// Get its own process id. This value is told to the peer.
virtual base::ProcessId GetSelfPID() const = 0;
- // Return connected ChannelHandle which the channel has owned.
- // This method transfers the ownership to the caller
- // so the channel isn't valid after the call.
- virtual ChannelHandle TakePipeHandle() WARN_UNUSED_RESULT = 0;
-
// Send a message over the Channel to the listener on the other end.
//
// |message| must be allocated using operator new. This object will be
« no previous file with comments | « no previous file | ipc/ipc_channel_nacl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698