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

Unified Diff: chrome/browser/chromeos/ui/kiosk_external_update_notification.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/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_);

Powered by Google App Engine
This is Rietveld 408576698