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

Unified Diff: mojo/edk/base_edk/platform_message_loop_impl.cc

Issue 1465203003: EDK: Make ConnectionManagerTest not use base::MessageLoop/RunLoop. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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: mojo/edk/base_edk/platform_message_loop_impl.cc
diff --git a/mojo/edk/base_edk/platform_message_loop_impl.cc b/mojo/edk/base_edk/platform_message_loop_impl.cc
index d8752ce4c2e4c1013693df54b8cd34cc16e85789..717d634dd912147d01663a7167543113ac7113ad 100644
--- a/mojo/edk/base_edk/platform_message_loop_impl.cc
+++ b/mojo/edk/base_edk/platform_message_loop_impl.cc
@@ -39,6 +39,10 @@ void PlatformMessageLoopImpl::QuitWhenIdle() {
base_message_loop_.QuitWhenIdle();
}
+void PlatformMessageLoopImpl::QuitNow() {
+ base_message_loop_.QuitNow();
+}
+
const RefPtr<TaskRunner>& PlatformMessageLoopImpl::GetTaskRunner() const {
return task_runner_;
}
« no previous file with comments | « mojo/edk/base_edk/platform_message_loop_impl.h ('k') | mojo/edk/base_edk/platform_message_loop_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698