| Index: chrome/browser/infobars/infobar.cc
|
| diff --git a/chrome/browser/infobars/infobar.cc b/chrome/browser/infobars/infobar.cc
|
| index 2dc139190005fd88c153a3ff32454839a1b88e24..1f2cdb9387a704f0f76a114a5dff609ac4abfa58 100644
|
| --- a/chrome/browser/infobars/infobar.cc
|
| +++ b/chrome/browser/infobars/infobar.cc
|
| @@ -30,9 +30,6 @@ SkColor GetInfoBarBottomColor(InfoBarDelegate::Type infobar_type) {
|
| kWarningBackgroundColorBottom : kPageActionBackgroundColorBottom;
|
| }
|
|
|
| -// TODO(pkasting): Port Mac to use this.
|
| -#if defined(TOOLKIT_VIEWS) || defined(TOOLKIT_GTK) || defined(OS_ANDROID)
|
| -
|
| InfoBar::InfoBar(InfoBarService* owner, InfoBarDelegate* delegate)
|
| : owner_(owner),
|
| delegate_(delegate),
|
| @@ -181,5 +178,3 @@ void InfoBar::MaybeDelete() {
|
| delegate_ = NULL;
|
| }
|
| }
|
| -
|
| -#endif // TOOLKIT_VIEWS || TOOLKIT_GTK || OS_ANDROID
|
|
|