| Index: mojo/runner/android/main.cc
|
| diff --git a/mojo/runner/android/main.cc b/mojo/runner/android/main.cc
|
| index dbe65e1b95d34fffcfff80ab5c9dd7708b4867f7..7236763b5583cb3c4062de08cab9d7692b4ac812 100644
|
| --- a/mojo/runner/android/main.cc
|
| +++ b/mojo/runner/android/main.cc
|
| @@ -99,8 +99,7 @@ void MojoShellRunner::Run() {
|
| Context* context = g_context.Pointer()->get();
|
| ConfigureAndroidServices(context);
|
| context->Init();
|
| -
|
| - context->Run(GURL("mojo:window_manager"));
|
| + context->RunCommandLineApplication();
|
| loop.Run();
|
|
|
| g_java_message_loop.Pointer()->get()->PostTask(FROM_HERE,
|
|
|