Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1463)

Unified Diff: chrome/browser/chromeos/ui/idle_app_name_notification_view.cc

Issue 2910153002: Remove views::Label::SetDisabledColor(). Replace with typography colors. (Closed)
Patch Set: rebase for r476345 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
index 5b35927aeb886d788d3821856ac6e279d6bdd165..ee06a41738f5cfab5af25ca9e2c2ea4014b4c033 100644
--- a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
+++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
@@ -191,7 +191,6 @@ class IdleAppNameNotificationDelegateView
label->SetHorizontalAlignment(gfx::ALIGN_CENTER);
label->SetFontList(font);
label->SetEnabledColor(text_color);
- label->SetDisabledColor(text_color);
sky 2017/06/02 14:14:22 I'm going to assume this was never needed either.
tapted 2017/06/03 09:46:55 Acknowledged.
label->SetAutoColorReadabilityEnabled(false);
AddChildView(label);
}

Powered by Google App Engine
This is Rietveld 408576698