Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: base/test/test_support_android.cc

Issue 12088031: Revert 179189 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/message_loop.cc ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « base/message_loop.cc ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698