commit | 807c4aaadb14e099a0d4da0f005c7a7743601f5e | [log] [tgz] |
---|---|---|
author | Jan Krcal <jkrcal@chromium.org> | Tue Jan 18 20:17:02 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 18 20:17:02 2022 |
tree | b48c052e088f9c5ff5429af19637416ca04fab94 | |
parent | 71ca4c26bd351aaa677b3f9b8445c2ea5657f74f [diff] |
[lacros] Remove session restore logic in BrowserServiceLacros::NewWindow This CL removes session restore logic in BrowserServiceLacros::NewWindow that was introduced by a recent CL https://chromium-review.googlesource.com/c/chromium/src/+/3344753. This logic worked poorly for profiles with "Continue where you left off" value in chrome://settings/onStartup -- the profile picker got always skipped when such a profile was the last used one. This logic was meant to support session restore after Chrome restart / update but the removed code never did anything like that. Bug: 1282286 Change-Id: I6285c62d410db220b98ea13bfadb0a6ebaad7cb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3397053 Auto-Submit: Jan Krčál <jkrcal@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#960568}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.