Index: chrome/browser/ui/views/infobars/infobar_background.h |
=================================================================== |
--- chrome/browser/ui/views/infobars/infobar_background.h (revision 88097) |
+++ chrome/browser/ui/views/infobars/infobar_background.h (working copy) |
@@ -15,8 +15,6 @@ |
virtual ~InfoBarBackground(); |
void set_separator_color(SkColor color) { separator_color_ = color; } |
- static SkColor GetTopColor(InfoBarDelegate::Type infobar_type); |
- static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type); |
private: |
// views::Background: |