| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 8f93e6776a575a5a532d7e4e7d6403f81c95c7d7..ad3d8ad40b21d87a4ddd4bbc6d9373c493b5dd7d 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -933,6 +933,7 @@ int BrowserMainLoop::PreMainMessageLoopRun() {
|
| #if defined(MOJO_SHELL_CLIENT)
|
| if (IsRunningInMojoShell()) {
|
| MojoShellConnectionImpl::Create();
|
| + MojoShellConnectionImpl::Get()->BindToCommandLinePlatformChannel();
|
| #if defined(USE_AURA)
|
| views::WindowManagerConnection::Create(
|
| MojoShellConnection::Get()->GetApplication());
|
|
|