| Index: base/test/test_support_android.cc
|
| ===================================================================
|
| --- base/test/test_support_android.cc (revision 179209)
|
| +++ base/test/test_support_android.cc (working copy)
|
| @@ -183,8 +183,7 @@
|
| }
|
|
|
| void InitAndroidTestMessageLoop() {
|
| - if (!MessageLoop::InitMessagePumpForUIFactory(&CreateMessagePumpForUIStub))
|
| - LOG(INFO) << "MessagePumpForUIFactory already set, unable to override.";
|
| + MessageLoop::InitMessagePumpForUIFactory(&CreateMessagePumpForUIStub);
|
| }
|
|
|
| void InitAndroidTest() {
|
|
|