| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 6d9c8fe77631499f7b9ca6b3e2ca9e330e1d2289..f6ae446dbe0e156e97a9b9efe3b496df2111b752 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -603,11 +603,8 @@ class BrowserView : public BrowserWindow,
|
| // The Bookmark Bar View for this window. Lazily created.
|
| scoped_ptr<BookmarkBarView> bookmark_bar_view_;
|
|
|
| -#if !defined(OS_CHROMEOS) || defined(USE_AURA)
|
| - // The download shelf view (view at the bottom of the page). ChromiumOS
|
| - // uses ActiveDownloadsUI instead.
|
| + // The download shelf view (view at the bottom of the page).
|
| scoped_ptr<DownloadShelfView> download_shelf_;
|
| -#endif
|
|
|
| // The InfoBarContainerView that contains InfoBars for the current tab.
|
| InfoBarContainerView* infobar_container_;
|
|
|