| 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..349cb3eba4309b2d1b737821f18c3698c0ce6589 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();
|
| + MojoShellConnection::Get()->BindToCommandLinePlatformChannel();
|
| #if defined(USE_AURA)
|
| views::WindowManagerConnection::Create(
|
| MojoShellConnection::Get()->GetApplication());
|
|
|