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

Unified Diff: chrome/browser/cocoa/download_shelf_mac.h

Issue 150216: Move download item to its own view and a xib, paving the way for a custom dow... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: minor Created 11 years, 6 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/cocoa/download_shelf_mac.h
===================================================================
--- chrome/browser/cocoa/download_shelf_mac.h (revision 19730)
+++ chrome/browser/cocoa/download_shelf_mac.h (working copy)
@@ -35,9 +35,6 @@
virtual void Close();
private:
- // The download items we have added to our shelf.
- std::vector<DownloadItemMac*> download_items_;
-
DownloadShelfController* shelf_controller_; // weak, owns us
};

Powered by Google App Engine
This is Rietveld 408576698