Commit 5b28fdd2 authored by Ahmed Mehfooz's avatar Ahmed Mehfooz Committed by Chromium LUCI CQ

Update managed device icon color

Bug: 1156183
Change-Id: Ia12c20f622ff114e20b7a26124680fe963017fee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577889Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835070}
parent ba5d0ef1
......@@ -89,7 +89,7 @@ void UnifiedManagedDeviceView::Update() {
std::string enterprise_domain_manager = model->enterprise_domain_manager();
const SkColor icon_color = AshColorProvider::Get()->GetContentLayerColor(
AshColorProvider::ContentLayerType::kIconColorSecondary);
AshColorProvider::ContentLayerType::kIconColorPrimary);
if (session->ShouldDisplayManagedUI() || model->active_directory_managed() ||
!enterprise_domain_manager.empty()) {
// Show enterpised managed UI.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment