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

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

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/views/download/download_shelf_context_menu_view.h
diff --git a/chrome/browser/ui/views/download/download_shelf_context_menu_view.h b/chrome/browser/ui/views/download/download_shelf_context_menu_view.h
index 98d7ab8683250c829fb8f8fad0db36aa4e01e557..09c94a1d6dc204feba666020beaf7f6b2cab520f 100644
--- a/chrome/browser/ui/views/download/download_shelf_context_menu_view.h
+++ b/chrome/browser/ui/views/download/download_shelf_context_menu_view.h
@@ -28,8 +28,7 @@ class Widget;
class DownloadShelfContextMenuView : public DownloadShelfContextMenu {
public:
- DownloadShelfContextMenuView(content::DownloadItem* download_item,
- content::PageNavigator* navigator);
+ explicit DownloadShelfContextMenuView(content::DownloadItem* download_item);
~DownloadShelfContextMenuView() override;
base::TimeTicks close_time() const { return close_time_; }

Powered by Google App Engine
This is Rietveld 408576698