commit | 150c2a566c92519472736aca86baaa1abadc256d | [log] [tgz] |
---|---|---|
author | Xi Han <hanxi@google.com> | Thu Oct 08 22:32:20 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 08 22:32:20 2020 |
tree | f8ba10750a305a1e6023f934f579200cb9d806be | |
parent | ea769b76ae32c75c858e66ebb59e5abbfaead727 [diff] |
[Instant Start] Avoid extra omnibox when changing themes. The bug happens when the instant start startup code path is called in a warm start, i.e., ChromeTabbedActivity is recreated when the dark/light theme is changed. We add a check of warm start to prevent this from happening. Bug: 1117226 Change-Id: I65b48afd03137c33b5ed1a726aac23f9dffd7e6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454254 Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Reviewed-by: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#815353}
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.
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.