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

Unified Diff: ui/message_center/views/message_center_view.cc

Issue 14331002: views: Remove SetHighlightColor usages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « chrome/browser/ui/views/infobars/one_click_signin_infobar.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_center_view.cc
diff --git a/ui/message_center/views/message_center_view.cc b/ui/message_center/views/message_center_view.cc
index c47c9a7327330b92ca7dff09df6cef8f348fd75f..6bfd718301f3ee2d1c04cbca0c69752263678289 100644
--- a/ui/message_center/views/message_center_view.cc
+++ b/ui/message_center/views/message_center_view.cc
@@ -129,7 +129,6 @@ NotificationCenterButton::NotificationCenterButton(
set_border(views::Border::CreateEmptyBorder(0, 16, 0, 16));
set_min_height(kFooterHeight);
SetEnabledColor(kFooterTextColor);
- SetHighlightColor(kButtonTextHighlightColor);
SetHoverColor(kButtonTextHoverColor);
}
« no previous file with comments | « chrome/browser/ui/views/infobars/one_click_signin_infobar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698