Chromium Code Reviews| Index: chrome/browser/ui/media_stream_infobar_delegate.cc |
| diff --git a/chrome/browser/ui/media_stream_infobar_delegate.cc b/chrome/browser/ui/media_stream_infobar_delegate.cc |
| index ef7bab4ee6b854efde589e32308f3c8a3093c800..71af29c78c068be7c7e4a2d158ef759651efd9a9 100644 |
| --- a/chrome/browser/ui/media_stream_infobar_delegate.cc |
| +++ b/chrome/browser/ui/media_stream_infobar_delegate.cc |
| @@ -111,12 +111,14 @@ void MediaStreamInfoBarDelegate::AddDeviceWithId( |
| // files. |
| #if !defined(TOOLKIT_VIEWS) |
| +#if !defined(OS_LINUX) |
|
macourteau
2012/03/01 15:32:29
Please merge this with the above line:
#if !define
|
| // TODO(macourteau): This section is temporary, until the InfoBar is implemented |
| // on other platforms, to make sure everything compiles and links. |
| InfoBar* MediaStreamInfoBarDelegate::CreateInfoBar(InfoBarTabHelper* owner) { |
| DCHECK(owner); |
| return NULL; |
| } |
| +#endif // !OS_LINUX |
|
macourteau
2012/03/01 15:32:29
Please merge with the line below:
#endif // !TOOL
|
| #endif // !TOOLKIT_VIEWS |
| void MediaStreamInfoBarDelegate::InfoBarDismissed() { |