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

Unified Diff: chrome/browser/ui/cocoa/keystone_infobar_delegate.mm

Issue 23338005: Mac InfoBar: Use cross platform infobar classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months 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
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) {
+}

Powered by Google App Engine
This is Rietveld 408576698