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

Unified Diff: base/message_pump_android.cc

Issue 10479018: Add base::RunLoop and update ui_test_utils to use it to reduce flakiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win_shared build Created 8 years, 6 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
Index: base/message_pump_android.cc
diff --git a/base/message_pump_android.cc b/base/message_pump_android.cc
index 2daf98db3157fa8ac9aed43ce34052745119836b..f6f580f26a994ca32e6cb09dfdfc638493919aa2 100644
--- a/base/message_pump_android.cc
+++ b/base/message_pump_android.cc
@@ -73,7 +73,7 @@ void MessagePumpForUI::Run(Delegate* delegate) {
}
void MessagePumpForUI::Start(Delegate* delegate) {
- state_ = new MessageLoop::AutoRunState(MessageLoop::current());
+ state_ = new MessageLoop::AutoRunState(MessageLoop::current(), NULL);
DCHECK(g_system_message_handler_obj.Get().is_null());

Powered by Google App Engine
This is Rietveld 408576698