DescriptionMove the Dispatcher::EntrypointClass enum out of Dispatcher to its own file.
Otherwise, everyone has to include dispatcher.h (where they're currently
only forward-declaring Dispatcher), and that makes me sad.
Making it a typed enum would go part way to making it
forward-declarable, but of course inner types of classes can't be
forward declared, so it would also have to be taken out of Dispatcher
anyway. :(
R=azani@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/0c1fc94dba0d96d8e54d46bc5f91c7e15e4f611b
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|