Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3269)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 10073017: Remove Active Downloads UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698