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

Unified Diff: chrome/browser/ui/views/subtle_notification_view.cc

Issue 2389453002: Remove IsModeMaterial checks in ui/views/ (Closed)
Patch Set: oops Created 4 years, 3 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
« no previous file with comments | « no previous file | ui/views/controls/button/custom_button.cc » ('j') | ui/views/controls/link.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/subtle_notification_view.cc
diff --git a/chrome/browser/ui/views/subtle_notification_view.cc b/chrome/browser/ui/views/subtle_notification_view.cc
index e922234e53cf93c417d23dd03f0c75e90bb06556..bcf9e967bd829ab3b88b357ff2e96061ff239d68 100644
--- a/chrome/browser/ui/views/subtle_notification_view.cc
+++ b/chrome/browser/ui/views/subtle_notification_view.cc
@@ -157,7 +157,6 @@ SubtleNotificationView::SubtleNotificationView(
link_->SetFocusBehavior(FocusBehavior::NEVER);
link_->set_listener(link_listener);
link_->SetFontList(font_list);
- link_->SetPressedColor(kForegroundColor);
link_->SetEnabledColor(kForegroundColor);
link_->SetBackgroundColor(kBackgroundColor);
link_->SetVisible(false);
« no previous file with comments | « no previous file | ui/views/controls/button/custom_button.cc » ('j') | ui/views/controls/link.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698