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

Unified Diff: mojo/edk/system/slave_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/raw_channel_unittest.cc ('k') | mojo/edk/system/slave_connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/slave_connection_manager.h
diff --git a/mojo/edk/system/slave_connection_manager.h b/mojo/edk/system/slave_connection_manager.h
index 64e552c9ee8ec5ff89b398606fbe5aa626147fdc..54986a5aa98108ddd1f9f9adb93e4b60ed4be935 100644
--- a/mojo/edk/system/slave_connection_manager.h
+++ b/mojo/edk/system/slave_connection_manager.h
@@ -28,6 +28,7 @@ class SlaveProcessDelegate;
}
namespace platform {
+class PlatformHandleWatcher;
class Thread;
}
@@ -109,6 +110,7 @@ class SlaveConnectionManager final : public ConnectionManager,
// TODO(vtl): This isn't really necessary.
std::unique_ptr<platform::Thread> private_thread_;
util::RefPtr<platform::TaskRunner> private_thread_task_runner_;
+ platform::PlatformHandleWatcher* private_thread_platform_handle_watcher_;
// Only accessed on |private_thread_|:
std::unique_ptr<RawChannel> raw_channel_;
« no previous file with comments | « mojo/edk/system/raw_channel_unittest.cc ('k') | mojo/edk/system/slave_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698