Chromium Code Reviews
DescriptionAllow ChildThreadImpl subclasses to manually start MojoShellConnection
Subclasses may want to add ConnectionFilters before the connection
is started. Since the connection is normally started in Init, and
Init is called from the constructor, we can't use a virtual function
to add filters, as is currently done.
This adds an option to ChildThreadImpl::Options to allow a subclass
to prevent automatic MojoShellConnection start and uses it in
RenderthreadImpl.
BUG=627253
R=jam@chromium.org
Patch Set 1 #Patch Set 2 : . #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||