| Index: chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| index 36cbd8c62fbebf4bceb8b2f56d4c2556e369b2b7..ca0f2123295fb104f5343f9582035841003e552d 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| @@ -52,9 +52,6 @@ class ExtensionViewMac : public extensions::ExtensionView {
|
| // Sets the container for this view.
|
| void set_container(Container* container) { container_ = container; }
|
|
|
| - // Informs the view that its containing window's frame changed.
|
| - void WindowFrameChanged();
|
| -
|
| // Create the host view, adding it as a subview of |superview|.
|
| void CreateWidgetHostViewIn(gfx::NativeView superview);
|
|
|
|
|