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

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

Issue 1957553003: EDK: Plumb Handle/HandleVector yet one more layer down: MessageInTransit. (Closed) Base URL: https://github.com/domokit/mojo.git@work787_edk_handle_13.6
Patch Set: Created 4 years, 7 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
« no previous file with comments | « mojo/edk/system/message_pipe.cc ('k') | mojo/edk/system/transport_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/transport_data.h
diff --git a/mojo/edk/system/transport_data.h b/mojo/edk/system/transport_data.h
index 771e071cd34ae6bce5a851a5b1e0650e3e9929f2..8698a6d388fe79eff65626062c32dcddba9c3a34 100644
--- a/mojo/edk/system/transport_data.h
+++ b/mojo/edk/system/transport_data.h
@@ -86,6 +86,8 @@ class TransportData {
// The maximum total number of platform handles that may be attached.
static size_t GetMaxPlatformHandles();
+ TransportData(std::unique_ptr<HandleVector> handles, Channel* channel);
+ // TODO(vtl): Remove this, once |TransportData| really supports handles.
TransportData(std::unique_ptr<DispatcherVector> dispatchers,
Channel* channel);
« no previous file with comments | « mojo/edk/system/message_pipe.cc ('k') | mojo/edk/system/transport_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698