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

Unified Diff: ipc/ipc_channel.h

Issue 2484943004: Remove unused parts of IPC::ChannelHandle. (Closed)
Patch Set: 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
Index: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index f8857447033932f14c7a62a08901ddf0d388334c..e51ee57e9c54a0b4b83a0398cae5bd779ce03260 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -270,16 +270,6 @@ class IPC_EXPORT Channel : public Endpoint {
static std::string GenerateVerifiedChannelID(const std::string& prefix);
#endif
- // Deprecated: Create a mojo::MessagePipe directly and release() its handles
- // instead.
- //
- // Generates a pair of channel handles that can be used as the client and
- // server ends of a ChannelMojo. |name_postfix| is ignored.
- static void GenerateMojoChannelHandlePair(
- const std::string& name_postfix,
- IPC::ChannelHandle* handle0,
- IPC::ChannelHandle* handle1);
-
#if defined(OS_LINUX)
// Sandboxed processes live in a PID namespace, so when sending the IPC hello
// message from client to server we need to send the PID from the global

Powered by Google App Engine
This is Rietveld 408576698