| Index: chrome/browser/chromeos/ui/kiosk_external_update_notification.cc
|
| diff --git a/chrome/browser/chromeos/ui/kiosk_external_update_notification.cc b/chrome/browser/chromeos/ui/kiosk_external_update_notification.cc
|
| index 253bd2bec8aef2c9983b149e087bf7ed4d436d21..795a05d1dacc56a982a5ebed4f0253f85d925b6f 100644
|
| --- a/chrome/browser/chromeos/ui/kiosk_external_update_notification.cc
|
| +++ b/chrome/browser/chromeos/ui/kiosk_external_update_notification.cc
|
| @@ -75,7 +75,6 @@ class KioskExternalUpdateNotificationView : public views::WidgetDelegateView {
|
| ui::ResourceBundle* rb = &ui::ResourceBundle::GetSharedInstance();
|
| label_->SetFontList(rb->GetFontList(ui::ResourceBundle::BoldFont));
|
| label_->SetEnabledColor(kTextColor);
|
| - label_->SetDisabledColor(kTextColor);
|
| label_->SetAutoColorReadabilityEnabled(false);
|
| label_->SetMultiLine(true);
|
| AddChildView(label_);
|
|
|