| 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(); }
|
|
|