| Index: chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| diff --git a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| index 5f04437dae16c9973a4ac59d67abdf11416ed1b0..b637877a8f80aebcfb09917e97009ae9782c2d12 100644
|
| --- a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| +++ b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
|
| @@ -30,6 +30,8 @@
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +#if 0
|
| +
|
| class SkBitmap;
|
|
|
| namespace {
|
| @@ -228,3 +230,8 @@ void KeystoneInfoBar::PromotionInfoBar(Profile* profile) {
|
|
|
| [promotionInfoBar checkAndShowInfoBarForProfile:profile];
|
| }
|
| +
|
| +#endif
|
| +
|
| +void KeystoneInfoBar::PromotionInfoBar(Profile* profile) {
|
| +}
|
|
|