| Index: chrome/browser/ui/views/download/download_shelf_view.h
|
| diff --git a/chrome/browser/ui/views/download/download_shelf_view.h b/chrome/browser/ui/views/download/download_shelf_view.h
|
| index 8f4f22e0402e9f13a4ff61c7ba8d76016ef9ce45..4bc454f031c59aa3547753002a1ff1030ce28126 100644
|
| --- a/chrome/browser/ui/views/download/download_shelf_view.h
|
| +++ b/chrome/browser/ui/views/download/download_shelf_view.h
|
| @@ -50,7 +50,10 @@ class DownloadShelfView : public views::AccessiblePaneView,
|
| virtual ~DownloadShelfView();
|
|
|
| // Sent from the DownloadItemView when the user opens an item.
|
| - void OpenedDownload(DownloadItemView* view);
|
| + void OnDownloadOpened(DownloadItemView* view);
|
| +
|
| + // Sent from the DownloadItemView when the user shows item in shell.
|
| + void OnDownloadShown(DownloadItemView* view);
|
|
|
| // Returns the relevant containing object that can load pages.
|
| // i.e. the |browser_|.
|
|
|