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

Unified Diff: ipc/attachment_broker.cc

Issue 1979533003: Fix an attachment broker race condition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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/attachment_broker.h ('k') | ipc/attachment_broker_privileged.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker.cc
diff --git a/ipc/attachment_broker.cc b/ipc/attachment_broker.cc
index f53a4cf0123856fee418bf77a1e7a05e3bc9eb2e..e27414465047685bced9f9ba38893a591cf39266 100644
--- a/ipc/attachment_broker.cc
+++ b/ipc/attachment_broker.cc
@@ -100,6 +100,10 @@ void AttachmentBroker::DeregisterBrokerCommunicationChannel(
NOTREACHED();
}
+void AttachmentBroker::ReceivedPeerPid(base::ProcessId peer_pid) {
+ NOTREACHED();
+}
+
bool AttachmentBroker::IsPrivilegedBroker() {
NOTREACHED();
return false;
« no previous file with comments | « ipc/attachment_broker.h ('k') | ipc/attachment_broker_privileged.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698