Chromium Code Reviews| Index: athena/test/athena_test_helper.cc |
| diff --git a/athena/test/athena_test_helper.cc b/athena/test/athena_test_helper.cc |
| index ec0fe2ea21950e23d11570c27b98914232b48002..b20490c02b352489670d3722631186de25f40c12 100644 |
| --- a/athena/test/athena_test_helper.cc |
| +++ b/athena/test/athena_test_helper.cc |
| @@ -60,6 +60,7 @@ void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) { |
| aura::test::EnvTestHelper(aura::Env::GetInstance()) |
| .SetInputStateLookup(scoped_ptr<aura::InputStateLookup>()); |
| + // TODO(oshima): Use a BlockingPool task runner. |
|
oshima
2014/09/16 22:33:04
You may leave the comment, but I think this is ok
|
| athena::StartAthenaEnv(file_thread_->message_loop_proxy()); |
| athena::ExtensionsDelegate::CreateExtensionsDelegateForTest(); |
| athena::StartAthenaSession(new SampleActivityFactory(), |