Chromium Code Reviews| 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); |
| } |