| Index: third_party/mojo/src/mojo/edk/system/channel_manager.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_manager.h b/third_party/mojo/src/mojo/edk/system/channel_manager.h
|
| index 0d6c65ddc1b2c3e63352e8aab6772514acebc05b..360996f7f352d936c2c639d460a8f4868a684db3 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_manager.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_manager.h
|
| @@ -139,7 +139,8 @@ class MOJO_SYSTEM_IMPL_EXPORT ChannelManager {
|
| scoped_refptr<system::ChannelEndpoint> bootstrap_channel_endpoint);
|
|
|
| // Used by |CreateChannel()|. Called on the I/O thread.
|
| - void CreateChannelHelper(
|
| + static void CreateChannelHelper(
|
| + base::WeakPtr<ChannelManager> channel_manager,
|
| ChannelId channel_id,
|
| embedder::ScopedPlatformHandle platform_handle,
|
| scoped_refptr<system::ChannelEndpoint> bootstrap_channel_endpoint,
|
|
|