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

Issue 136343004: Mojo: Add a "GetType()" to Dispatchers. (Closed)

Created:
6 years, 10 months ago by viettrungluu
Modified:
6 years, 10 months ago
CC:
chromium-reviews, Aaron Boodman, darin (slow to review), viettrungluu+watch_chromium.org, ben+mojo_chromium.org, abarth-chromium
Visibility:
Public.

Description

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

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
viettrungluu
6 years, 10 months ago (2014-01-29 21:33:31 UTC) #1
darin (slow to review)
LGTM
6 years, 10 months ago (2014-01-29 21:42:13 UTC) #2
viettrungluu
6 years, 10 months ago (2014-01-29 22:20:43 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r247754 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698