| 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 25bb91db9705aa7dd90386a44e987635d3e79c1f..4808e81b877b8799697c626f9750eb9bb3d7dfe7 100644
|
| --- a/chrome/browser/ui/cocoa/full_size_content_window.h
|
| +++ b/chrome/browser/ui/cocoa/full_size_content_window.h
|
| @@ -38,7 +38,7 @@
|
| // 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;
|
| +- (void)forceContentViewFrame:(NSRect)frame;
|
|
|
| @end
|
|
|
|
|