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

Unified Diff: chrome/browser/download/notification/download_notification_item.h

Issue 1087843004: [Download Notification] Refine retry logic when interrupted or cancelled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change retry button behaviour as discussed in mail Created 5 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/download/notification/download_notification_item.h
diff --git a/chrome/browser/download/notification/download_notification_item.h b/chrome/browser/download/notification/download_notification_item.h
index ab51542f7b6cffdaeb3bbd95b43fa231e1436f82..ad7daab8e54880604c7dd38733ad71146c7391ed 100644
--- a/chrome/browser/download/notification/download_notification_item.h
+++ b/chrome/browser/download/notification/download_notification_item.h
@@ -99,6 +99,8 @@ class DownloadNotificationItem : public content::DownloadItem::Observer {
// if IsDangerous() is true.
base::string16 GetWarningText() const;
+ Browser* GetBrowser();
+
scoped_ptr<std::vector<DownloadCommands::Command>> GetPossibleActions() const;
bool openable_;

Powered by Google App Engine
This is Rietveld 408576698