| 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 f124bb8f500d59c847c6e3594c4080ee6e59bd7b..071f8068ce6c7c55a6752adfd6bc6e132f8b8518 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_shelf_controller.h
|
| +++ b/chrome/browser/ui/cocoa/download/download_shelf_controller.h
|
| @@ -102,7 +102,8 @@ class PageNavigator;
|
| // directly, the shelf visibility state maintained by DownloadShelf and the
|
| // owning Browser will not be updated.
|
| - (void)showDownloadShelf:(BOOL)show
|
| - isUserAction:(BOOL)isUserAction;
|
| + isUserAction:(BOOL)isUserAction
|
| + animate:(BOOL)animate;
|
|
|
| // Returns our view cast as an AnimatableView.
|
| - (AnimatableView*)animatableView;
|
|
|