| Index: chrome/browser/ui/cocoa/full_size_content_window.h
|
| diff --git a/chrome/browser/ui/cocoa/full_size_content_window.h b/chrome/browser/ui/cocoa/full_size_content_window.h
|
| index 1c8d44d776b01f47a9f246c0c5f87ca6d41568f8..25bb91db9705aa7dd90386a44e987635d3e79c1f 100644
|
| --- a/chrome/browser/ui/cocoa/full_size_content_window.h
|
| +++ b/chrome/browser/ui/cocoa/full_size_content_window.h
|
| @@ -35,6 +35,11 @@
|
| defer:(BOOL)deferCreation
|
| wantsViewsOverTitlebar:(BOOL)wantsViewsOverTitlebar;
|
|
|
| +// Forces the contentView to resize to the given size. This need to be forced
|
| +// because by default, the contentView will always have the same size as the
|
| +// window.
|
| +- (void)forceContentViewSize:(NSSize)size;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_FULL_SIZE_CONTENT_WINDOW_H_
|
|
|