DescriptionRename LocalDataPipe -> LocalDataPipeImpl.
This seems a little strange, but it's a step towards the following:
* LocalDataPipeImpl will subclass/implement DataPipeImpl (to be
introduced) instead of DataPipe.
* DataPipe will have a DataPipeImpl member (instead of being
subclassed).
* This allows a DataPipe's impl to be swapped out for a different one
(e.g., a cross-process one). (A DataPipe itself is hard to swap out,
since Dispatchers have references to it.)
R=yzshen@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/075efe912b678657ab4130999368c70eee2365e9
Patch Set 1 #Patch Set 2 : rebase on top of https://codereview.chromium.org/936283002/ #Patch Set 3 : rebased #
Messages
Total messages: 6 (1 generated)
|