Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lacros: Temporary workaround for broken ProfilePicker.
When Lacros is launched with InitialBrowserAction::kDoNotOpenWindow, no window is shown. This is implemented as a conditional in StartupBrowserCreator. Unfortunately, the ProfilePicker also uses the StartupBrowserCreator. This means that when Lacros is launched with this flag, the ProfilePicker is unusable. Unfortunately, the ProfilePicker is sometimes the first and only window launched -- which renders Lacros unusable. This CL temporarily and intentionally breaks the implementation of InitialBrowserAction::kDoNotOpenWindow. Bug: 1278549 Change-Id: If2dde287a6e474848f418647414ad469864e07ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3328770 Quick-Run: Erik Chen <erikchen@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#950377}
- Loading branch information