| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index d5efc1e4dd6e7415568541f5bbe091671ac101c6..7d34ba925367105afb791b93d10bb863282386fe 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -16,7 +16,7 @@
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/sandboxed_process_launcher_delegate.h"
|
| -#include "mojo/edk/embedder/platform_channel_pair.h"
|
| +#include "mojo/edk/embedder/scoped_platform_handle.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "sandbox/win/src/sandbox_types.h"
|
| @@ -155,8 +155,8 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
|
| // shutdown. Default behavior is to terminate the child.
|
| const bool terminate_child_on_shutdown_;
|
|
|
| - // Platform channel used to establish Mojo IPC.
|
| - mojo::edk::PlatformChannelPair mojo_platform_channel_;
|
| + // Host side platform handle to establish Mojo IPC.
|
| + mojo::edk::ScopedPlatformHandle mojo_host_platform_handle_;
|
|
|
| base::WeakPtrFactory<ChildProcessLauncher> weak_factory_;
|
|
|
|
|