| Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller_unittest.mm b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller_unittest.mm
|
| index 05038cf70fc87cd610fb27e14f2588cf3127d92b..6566d21d404e6a11155a8b06841c4d7b02b39100 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller_unittest.mm
|
| @@ -59,6 +59,10 @@ const int kSystemSheetReturnCode = 77;
|
| - (void)updateSheetPosition {
|
| }
|
|
|
| +- (void)resizeWithNewSize:(NSSize)size {
|
| + // NOOP
|
| +}
|
| +
|
| - (NSWindow*)sheetWindow {
|
| return [alert_ window];
|
| }
|
|
|