| 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 48ac18b5372f07a834c49858080f07d318aace1c..76fb48b9e5a7e4c9d8b96d5f6850b98f4ec504be 100644
|
| --- a/chrome/browser/download/notification/download_notification_item.h
|
| +++ b/chrome/browser/download/notification/download_notification_item.h
|
| @@ -102,9 +102,9 @@ class DownloadNotificationItem : public content::DownloadItem::Observer {
|
|
|
| Browser* GetBrowser();
|
|
|
| - scoped_ptr<std::vector<DownloadCommands::Command>> GetPossibleActions() const;
|
| + // Returns the list of possible extra (all except the default) actions.
|
| + scoped_ptr<std::vector<DownloadCommands::Command>> GetExtraActions() const;
|
|
|
| - bool openable_ = false;
|
| int image_resource_id_ = 0;
|
| content::DownloadItem::DownloadState previous_download_state_ =
|
| content::DownloadItem::MAX_DOWNLOAD_STATE; // As uninitialized state
|
|
|