diff options
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r-- | chrome/browser/extensions/extension_infobar_delegate.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/extensions/extension_infobar_delegate.cc b/chrome/browser/extensions/extension_infobar_delegate.cc index 7bbc79b..33e16dd 100644 --- a/chrome/browser/extensions/extension_infobar_delegate.cc +++ b/chrome/browser/extensions/extension_infobar_delegate.cc @@ -57,13 +57,6 @@ void ExtensionInfoBarDelegate::InfoBarClosed() { delete this; } -#if defined(OS_MACOSX) -InfoBar* ExtensionInfoBarDelegate::CreateInfoBar() { - NOTIMPLEMENTED(); - return NULL; -} -#endif // OS_MACOSX - void ExtensionInfoBarDelegate::Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) { |