| Index: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| index 779564f8f17bd1ea98fa004d32c616eabfee1071..9f2cec4bc045facd9784a079935472abfc9eb0d1 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm
|
| @@ -654,6 +654,10 @@ bool ShellWindowCocoa::IsAlwaysOnTop() const {
|
| return false;
|
| }
|
|
|
| +gfx::Insets ShellWindowCocoa::GetFrameInsets() const {
|
| + return gfx::Insets();
|
| +}
|
| +
|
| void ShellWindowCocoa::WindowWillClose() {
|
| [window_controller_ setShellWindow:NULL];
|
| shell_window_->SaveWindowPosition();
|
|
|