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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_controller.h

Issue 10421021: Make DownloadProtectionService not use BrowserList::GetLastActive() to load a link. Instead pass th… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/cocoa/download/download_item_controller.h
===================================================================
--- chrome/browser/ui/cocoa/download/download_item_controller.h (revision 138377)
+++ chrome/browser/ui/cocoa/download/download_item_controller.h (working copy)
@@ -18,6 +18,7 @@
namespace content {
class DownloadItem;
+class PageNavigator;
}
namespace gfx {
@@ -72,7 +73,8 @@
// Takes ownership of |downloadModel|.
- (id)initWithModel:(BaseDownloadItemModel*)downloadModel
- shelf:(DownloadShelfController*)shelf;
+ shelf:(DownloadShelfController*)shelf
+ navigator:(content::PageNavigator*)navigator;
// Updates the UI and menu state from |downloadModel|.
- (void)setStateFromDownload:(BaseDownloadItemModel*)downloadModel;

Powered by Google App Engine
This is Rietveld 408576698