Index: chrome/browser/ui/cocoa/browser_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
index 6320eda13ff715bdd3c5baa894e8540e446a968e..f095cb5ab3f9ca77984323e57314155686a32d98 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -301,6 +301,9 @@ class Command; |
- (BOOL)isDownloadShelfVisible; |
// Lazily creates the download shelf in visible state if it doesn't exist yet. |
+- (void)createAndAddDownloadShelf; |
+ |
+// Returns the download shelf controller, if it exists. |
- (DownloadShelfController*)downloadShelf; |
// Retains the given FindBarCocoaController and adds its view to this |