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

Unified Diff: ipc/ipc_test_sink.cc

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_test_sink.h ('k') | ppapi/proxy/proxy_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_test_sink.cc
diff --git a/ipc/ipc_test_sink.cc b/ipc/ipc_test_sink.cc
index 305b0ea17da6ab26cd0fa797655819e9caf811dd..c4e992bad636026280367b0e35209673b2cdfd3d 100644
--- a/ipc/ipc_test_sink.cc
+++ b/ipc/ipc_test_sink.cc
@@ -34,11 +34,6 @@ void TestSink::Close() {
NOTIMPLEMENTED();
}
-base::ProcessId TestSink::GetPeerPID() const {
- NOTIMPLEMENTED();
- return base::ProcessId();
-}
-
bool TestSink::OnMessageReceived(const Message& msg) {
for (auto& observer : filter_list_) {
if (observer.OnMessageReceived(msg))
« no previous file with comments | « ipc/ipc_test_sink.h ('k') | ppapi/proxy/proxy_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698