| Index: chrome/browser/extensions/extension_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_infobar_delegate.cc (revision 49056)
|
| +++ chrome/browser/extensions/extension_infobar_delegate.cc (working copy)
|
| @@ -57,12 +57,12 @@
|
| delete this;
|
| }
|
|
|
| -#if !defined(TOOLKIT_VIEWS)
|
| +#if defined(OS_MACOSX)
|
| InfoBar* ExtensionInfoBarDelegate::CreateInfoBar() {
|
| NOTIMPLEMENTED();
|
| return NULL;
|
| }
|
| -#endif // !TOOLKIT_VIEWS
|
| +#endif // OS_MACOSX
|
|
|
| void ExtensionInfoBarDelegate::Observe(NotificationType type,
|
| const NotificationSource& source,
|
|
|