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

Unified Diff: ipc/ipc_channel_proxy.h

Issue 2476883002: Remove obsolete methods from IPC::Channel and related classes. (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_proxy.h
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
index c90a4c639ba8352836658d93c64c275c177b915d..d54f3e9725a063a92f543b228c947e940fedb176 100644
--- a/ipc/ipc_channel_proxy.h
+++ b/ipc/ipc_channel_proxy.h
@@ -238,12 +238,6 @@ class IPC_EXPORT ChannelProxy : public Endpoint, public base::NonThreadSafe {
base::ProcessId GetPeerPID() const override;
void OnSetAttachmentBrokerEndpoint() override;
-#if defined(OS_POSIX) && !defined(OS_NACL_SFI)
- // Calls through to the underlying channel's methods.
- int GetClientFileDescriptor();
- base::ScopedFD TakeClientFileDescriptor();
-#endif
-
protected:
class Context;
// A subclass uses this constructor if it needs to add more information
« ipc/ipc_channel.h ('K') | « ipc/ipc_channel_nacl.cc ('k') | ipc/ipc_channel_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698