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

Unified Diff: ipc/ipc_endpoint.h

Issue 1903663004: IPC: Fix attachment brokering race condition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (scoped_ptr->std::unique_ptr) Created 4 years, 8 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/ipc_channel_win.cc ('k') | ipc/ipc_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_endpoint.h
diff --git a/ipc/ipc_endpoint.h b/ipc/ipc_endpoint.h
index 2ace1fe999c946ace33079e70747adb2d736623e..3315f54e8a62a9d3c8656b9f58a6d4f50aec5780 100644
--- a/ipc/ipc_endpoint.h
+++ b/ipc/ipc_endpoint.h
@@ -32,7 +32,7 @@ class IPC_EXPORT Endpoint : public Sender {
// A callback that indicates that is_attachment_broker_endpoint() has been
// changed.
- virtual void OnSetAttachmentBrokerEndpoint(){};
+ virtual void OnSetAttachmentBrokerEndpoint() = 0;
// Whether this channel is used as an endpoint for sending and receiving
// brokerable attachment messages to/from the broker process.
« no previous file with comments | « ipc/ipc_channel_win.cc ('k') | ipc/ipc_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698