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

Unified Diff: ipc/ipc_test_sink.h

Issue 2493623002: Remove IPC::Endpoint. (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
« no previous file with comments | « ipc/ipc_message_pipe_reader.cc ('k') | ipc/ipc_test_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_test_sink.h
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
index cf6ecee2254cb9335cdf4fdab1222cbcc701e179..96f5e556b046e51ebb812498a68a7a0a09c5e808 100644
--- a/ipc/ipc_test_sink.h
+++ b/ipc/ipc_test_sink.h
@@ -90,7 +90,6 @@ class TestSink : public Channel {
bool Send(IPC::Message* message) override;
bool Connect() override WARN_UNUSED_RESULT;
void Close() override;
- base::ProcessId GetPeerPID() const override;
// Used by the source of the messages to send the message to the sink. This
// will make a copy of the message and store it in the list.
« no previous file with comments | « ipc/ipc_message_pipe_reader.cc ('k') | ipc/ipc_test_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698