| Index: chrome/browser/ui/cocoa/download/download_shelf_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/download/download_shelf_controller.h b/chrome/browser/ui/cocoa/download/download_shelf_controller.h
|
| index c264571b6f8b94217f042a1f89b43164b281ed6a..e94683e04c672f51ec0dadde6fb158cb4b093ea7 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_shelf_controller.h
|
| +++ b/chrome/browser/ui/cocoa/download/download_shelf_controller.h
|
| @@ -120,6 +120,9 @@ class PageNavigator;
|
| // Called by individual item controllers when their downloads are opened.
|
| - (void)downloadWasOpened:(DownloadItemController*)download;
|
|
|
| +// Called by individual item controllers when their downloads are shown.
|
| +- (void)downloadWasShown:(DownloadItemController*)download;
|
| +
|
| // Notification that the download shelf is going to be destroyed and should
|
| // release the downloads.
|
| - (void)exiting;
|
|
|