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

Unified Diff: components/infobars/core/infobar.h

Issue 2473863004: Remove MaterialDesignController::IsModeMaterial (Closed)
Patch Set: pkasting review and rebase 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
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_view.cc ('k') | components/infobars/core/infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars/core/infobar.h
diff --git a/components/infobars/core/infobar.h b/components/infobars/core/infobar.h
index ba6253f77f382ba973441025115d347cefca55d7..3c631100640949228914da652dfc0e3f1a46c5ab 100644
--- a/components/infobars/core/infobar.h
+++ b/components/infobars/core/infobar.h
@@ -44,8 +44,7 @@ class InfoBar : public gfx::AnimationDelegate {
explicit InfoBar(std::unique_ptr<InfoBarDelegate> delegate);
~InfoBar() override;
- static SkColor GetTopColor(InfoBarDelegate::Type infobar_type);
- static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
+ static SkColor GetBackgroundColor(InfoBarDelegate::Type infobar_type);
InfoBarManager* owner() { return owner_; }
InfoBarDelegate* delegate() const { return delegate_.get(); }
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_view.cc ('k') | components/infobars/core/infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698