| Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.h
|
| index 329594e509b8d2575c4bd30277a2c10aac11c3ff..dfaf806bfd15b03822a9b416a87e28d534bd0b91 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.h
|
| +++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.h
|
| @@ -59,6 +59,10 @@
|
| // Gets the number of sheets attached to the controller's window.
|
| - (int)sheetCount;
|
|
|
| +// Update the sheet's position, for example when the bookmark bar was shown or
|
| +// hidden.
|
| +- (void)updateSheetPosition;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_SHEET_CONTROLLER_H_
|
|
|