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

Unified Diff: ipc/attachment_broker_privileged_mac.h

Issue 1405253010: ipc: Add a lock to guard modifications of state of the AttachmentBroker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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_privileged.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_privileged_mac.h
diff --git a/ipc/attachment_broker_privileged_mac.h b/ipc/attachment_broker_privileged_mac.h
index 329a376a9c769c24882c34881e0159bc3c70b354..a0753f2a7de8abf5aa9dd3b9e85950270745336d 100644
--- a/ipc/attachment_broker_privileged_mac.h
+++ b/ipc/attachment_broker_privileged_mac.h
@@ -123,7 +123,7 @@ class IPC_EXPORT AttachmentBrokerPrivilegedMac
void RouteWireFormatToAnother(const MachPortWireFormat& wire_format);
// The port provider must live at least as long as the AttachmentBroker.
- base::PortProvider* port_provider_;
+ const base::PortProvider* port_provider_;
DISALLOW_COPY_AND_ASSIGN(AttachmentBrokerPrivilegedMac);
};
« no previous file with comments | « ipc/attachment_broker_privileged.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698