| 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_;
|
|
|