| Index: chrome/browser/extensions/extension_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_infobar_delegate.cc (revision 50982)
|
| +++ chrome/browser/extensions/extension_infobar_delegate.cc (working copy)
|
| @@ -57,13 +57,6 @@
|
| 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) {
|
|
|