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

Unified Diff: mojo/edk/system/master_connection_manager.h

Issue 1526063003: EDK: Add TaskRunner and PlatformHandleWatcher to RawChannel. (Closed) Base URL: https://github.com/domokit/mojo.git@channel_watcher
Patch Set: Created 5 years 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 | « mojo/edk/system/channel.cc ('k') | mojo/edk/system/master_connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/master_connection_manager.h
diff --git a/mojo/edk/system/master_connection_manager.h b/mojo/edk/system/master_connection_manager.h
index f203cbfb8901707a0768af056d36443658ad8509..ec8ad20788d05aca6e4dc8d6a169e11f1b72f77a 100644
--- a/mojo/edk/system/master_connection_manager.h
+++ b/mojo/edk/system/master_connection_manager.h
@@ -26,6 +26,7 @@ using SlaveInfo = void*;
}
namespace platform {
+class PlatformHandleWatcher;
class Thread;
}
@@ -146,6 +147,7 @@ class MasterConnectionManager final : public ConnectionManager {
// It is started in |Init()| and terminated in |Shutdown()|.
std::unique_ptr<platform::Thread> private_thread_;
util::RefPtr<platform::TaskRunner> private_thread_task_runner_;
+ platform::PlatformHandleWatcher* private_thread_platform_handle_watcher_;
// The following members are only accessed on |private_thread_|:
// TODO(vtl): Make the values unique_ptrs.
« no previous file with comments | « mojo/edk/system/channel.cc ('k') | mojo/edk/system/master_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698