commit | a018b18418227db20ffc76350d8c445577a548fc | [log] [tgz] |
---|---|---|
author | Michael Giuffrida <michaelpg@chromium.org> | Mon Aug 22 22:14:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 22 22:14:28 2022 |
tree | 27340df533da15c3a81638917ce5280e7455b10c | |
parent | 2cfa10325f997e7cbdbd3dce34d0171bd0dea07e [diff] |
Show correct toolip in system tray ManagedStatusView The ManagedStateView in the tray has a label and an icon. The tooltip describes who manages the account/device. If the label is elided, its default tooltip (the un-elided text) would take precedence. Instead, always show the desired tooltip about the managed state. The implementation has a beneficial side effect: the icon (office building or kite) will now also display the managed state tooltip. Bug: b:220838719 Test: Verify tooltip on child account in Polish language, where label is elided. Change-Id: Icacce57617ebc9aa15b329f9ae79f26c8b4a3152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3842646 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1037961}
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.