|
|
Mojo: Add a "GetType()" to Dispatchers.
In sending handles across processes, the ProxyMessagePipeEndpoint will
need to go from a generic Dispatcher to specific dispatcher types. (The
alternative is to have layers of complex abstraction....)
Also, at some point, I'll probably add the ability to query the type of
a handle (along with other information).
R=darin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247754
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+40 lines, -0 lines) |
Patch |
 |
M |
mojo/system/core_test_base.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/data_pipe_consumer_dispatcher.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/data_pipe_consumer_dispatcher.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/data_pipe_producer_dispatcher.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/data_pipe_producer_dispatcher.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/dispatcher.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/dispatcher_unittest.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe_dispatcher.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/message_pipe_dispatcher.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/system/simple_dispatcher_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|