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

Unified Diff: chrome/browser/ui/views/download/download_shelf_context_menu_view.cc

Issue 852043002: Initial Implementation of Download Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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/views/download/download_shelf_context_menu_view.cc
diff --git a/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc b/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc
index 94b6f362ade81e07e3c74c0a9eafe735365843d4..47e7bbe945a52bd53af139fb65d29e829a3ebeb0 100644
--- a/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc
+++ b/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc
@@ -14,8 +14,8 @@
DownloadShelfContextMenuView::DownloadShelfContextMenuView(
content::DownloadItem* download_item,
- content::PageNavigator* navigator)
- : DownloadShelfContextMenu(download_item, navigator) {
+ Profile* profile)
+ : DownloadShelfContextMenu(download_item, profile) {
}
DownloadShelfContextMenuView::~DownloadShelfContextMenuView() {}

Powered by Google App Engine
This is Rietveld 408576698