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

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

Issue 852043002: Initial Implementation of Download Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build & test errors on non-ChromeOS platform. Created 5 years, 10 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.mm
diff --git a/chrome/browser/ui/cocoa/download/download_item_controller.mm b/chrome/browser/ui/cocoa/download/download_item_controller.mm
index a749d314579c501009632c98c6a7f44a10d4c642..801e739b3074804b64b7aa86894f1bf777e9266e 100644
--- a/chrome/browser/ui/cocoa/download/download_item_controller.mm
+++ b/chrome/browser/ui/cocoa/download/download_item_controller.mm
@@ -75,7 +75,7 @@ class DownloadShelfContextMenuMac : public DownloadShelfContextMenu {
public:
DownloadShelfContextMenuMac(DownloadItem* downloadItem,
content::PageNavigator* navigator)
- : DownloadShelfContextMenu(downloadItem, navigator) { }
+ : DownloadShelfContextMenu(downloadItem) { }
// DownloadShelfContextMenu::GetMenuModel is protected.
using DownloadShelfContextMenu::GetMenuModel;

Powered by Google App Engine
This is Rietveld 408576698