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

Unified Diff: chrome/browser/ui/views/infobars/infobar_background.cc

Issue 2473863004: Remove MaterialDesignController::IsModeMaterial (Closed)
Patch Set: fix win Created 4 years, 1 month 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/ui/views/infobars/infobar_background.cc
diff --git a/chrome/browser/ui/views/infobars/infobar_background.cc b/chrome/browser/ui/views/infobars/infobar_background.cc
index 4e53fd9ab825c2dea0597c583dbc6214aa04f01f..86969d3c236deaf411c0d7300bfd94c87a4d3df4 100644
--- a/chrome/browser/ui/views/infobars/infobar_background.cc
+++ b/chrome/browser/ui/views/infobars/infobar_background.cc
@@ -14,7 +14,7 @@
InfoBarBackground::InfoBarBackground(
infobars::InfoBarDelegate::Type infobar_type) {
- SetNativeControlColor(infobars::InfoBar::GetTopColor(infobar_type));
+ SetNativeControlColor(infobars::InfoBar::GetBackgroundColor(infobar_type));
}
InfoBarBackground::~InfoBarBackground() {

Powered by Google App Engine
This is Rietveld 408576698