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

Unified Diff: ipc/ipc_channel_nacl.cc

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_nacl.cc
diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc
index e120b9dff0a3ef5c90edd9906bdbda3ed6789de8..f54e170af541f4287aae86ecc653ae0c50928fd1 100644
--- a/ipc/ipc_channel_nacl.cc
+++ b/ipc/ipc_channel_nacl.cc
@@ -150,10 +150,6 @@ base::ProcessId ChannelNacl::GetPeerPID() const {
return -1;
}
-base::ProcessId ChannelNacl::GetSelfPID() const {
- return -1;
-}
-
bool ChannelNacl::Connect() {
WillConnect();
« ipc/ipc_channel.h ('K') | « ipc/ipc_channel_nacl.h ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698