Chromium Code Reviews| Index: chrome/browser/cocoa/download_shelf_controller.h |
| diff --git a/chrome/browser/cocoa/download_shelf_controller.h b/chrome/browser/cocoa/download_shelf_controller.h |
| index 9ace0d3e3ca022ef6db1a489835060ccb6002299..11092b9b0f3cccfcddc6e626d856e44f0bc54508 100644 |
| --- a/chrome/browser/cocoa/download_shelf_controller.h |
| +++ b/chrome/browser/cocoa/download_shelf_controller.h |
| @@ -76,4 +76,7 @@ class DownloadShelf; |
| // Return the height of the download shelf. |
| - (float)height; |
| +// Re-layouts all download items based on their current state. |
| +- (void)layoutItems; |
| + |
| @end |