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

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

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
« no previous file with comments | « no previous file | mojo/edk/base_edk/platform_message_loop_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/base_edk/platform_message_loop_impl.h
diff --git a/mojo/edk/base_edk/platform_message_loop_impl.h b/mojo/edk/base_edk/platform_message_loop_impl.h
index a25b01369790b754e17e7f98aaf87ff6ca051225..ae6b0a044b8a766e5f4ea4f85175044104f933b3 100644
--- a/mojo/edk/base_edk/platform_message_loop_impl.h
+++ b/mojo/edk/base_edk/platform_message_loop_impl.h
@@ -32,6 +32,7 @@ class PlatformMessageLoopImpl : public mojo::platform::MessageLoop {
void Run() override;
void RunUntilIdle() override;
void QuitWhenIdle() override;
+ void QuitNow() override;
const mojo::util::RefPtr<mojo::platform::TaskRunner>& GetTaskRunner()
const override;
bool IsRunningOnCurrentThread() const override;
« no previous file with comments | « no previous file | mojo/edk/base_edk/platform_message_loop_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698