
Lacros used to use mojo_base::mojo::Binder to establish the Mojo connection between Lacros and Ash chromes, preferring the plataform independent way. However, it is too late for passing initializing parameters, which needs to be passed before starting the main message loop. This CL directly binds the LacrosChromeService, so that parameters can be available at earlier timing. Bug: 1115092 Test: Ran Lacros locally. Change-Id: I5345fa4bfe57b9a922e2d6c389c579266893d03b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353976 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Ken Rockot <rockot@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#801311}