commit | 1e18102387669f14d45ed7451b76113e2f649720 | [log] [tgz] |
---|---|---|
author | Jiaming Cheng <jiamingc@chromium.org> | Thu Apr 14 23:47:08 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 14 23:47:08 2022 |
tree | 724d09eec2e289d5aef5f0445db5278b193c8294 | |
parent | 99622f90cfe1c8c91aa8d9c28a1b29810c631299 [diff] |
Fix a DateTray visibility bug The DateTray is not visible after the first time login with calendar feature enabled. The root cause of it is the default visibility of this tray is false. We need to override the UpdateAfterLoginStatusChange method and set its visibility to true. BUG: 1316489 Change-Id: I0c60776b5f7ff886599a5ca26271c26dc5e166d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3587452 Reviewed-by: Alex Newcomer <newcomer@chromium.org> Commit-Queue: Jiaming Cheng <jiamingc@chromium.org> Cr-Commit-Position: refs/heads/main@{#992776}
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.