Index: third_party/mojo/src/mojo/edk/system/slave_connection_manager.h |
diff --git a/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h b/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h |
index 3a1bf2e9725cd66c5bd8cf690260926a98317f30..8bbbe4e984d230a23c09fb244458050e679ea431 100644 |
--- a/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h |
+++ b/third_party/mojo/src/mojo/edk/system/slave_connection_manager.h |
@@ -41,7 +41,9 @@ class MOJO_SYSTEM_IMPL_EXPORT SlaveConnectionManager |
public: |
// Note: None of the public methods may be called from |private_thread_|. |
- SlaveConnectionManager(); |
+ // |platform_support| must be valid and remain alive until after |Shutdown()| |
+ // has completed. |
+ explicit SlaveConnectionManager(embedder::PlatformSupport* platform_support); |
~SlaveConnectionManager() override; |
// No other methods may be called until after this has been called. |