Chromium Code Reviews| Index: shell/desktop/mojo_main.cc |
| diff --git a/shell/desktop/mojo_main.cc b/shell/desktop/mojo_main.cc |
| index 8989b9ee9b526c5fa789b0dfe94a3a570ef94473..d8ac65765c65db11191bba7717956c11bafb5234 100644 |
| --- a/shell/desktop/mojo_main.cc |
| +++ b/shell/desktop/mojo_main.cc |
| @@ -108,6 +108,9 @@ int main(int argc, char** argv) { |
| FROM_HERE, |
| base::Bind(&mojo::shell::RunCommandLineApps, &shell_context)); |
| message_loop.Run(); |
| + |
| + // Must be called be |message_loop| is destroyed. |
|
qsr
2015/02/20 13:14:31
nit: Comment seems wrong.
viettrungluu
2015/02/20 15:59:33
Oops. I TBRed a fix for this. Thanks.
|
| + shell_context.Shutdown(); |
| } |
| } |
| return 0; |