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..da33900999d1f5349fbca76442d4aa34031cdb3c 100644 |
--- a/chrome/browser/ui/cocoa/download/download_shelf_controller.h |
+++ b/chrome/browser/ui/cocoa/download/download_shelf_controller.h |
@@ -86,6 +86,9 @@ class PageNavigator; |
- (id)initWithBrowser:(Browser*)browser |
resizeDelegate:(id<ViewResizer>)resizeDelegate; |
+// Called by BrowserWindowController when the Browser is being destroyed. |
+- (void)browserWillBeDestroyed; |
+ |
// Run when the user clicks the 'Show All' button. |
- (IBAction)showDownloadsTab:(id)sender; |
@@ -120,10 +123,6 @@ class PageNavigator; |
// Called by individual item controllers when their downloads are opened. |
- (void)downloadWasOpened:(DownloadItemController*)download; |
-// Notification that the download shelf is going to be destroyed and should |
-// release the downloads. |
-- (void)exiting; |
- |
// Return the height of the download shelf. |
- (float)height; |