| 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 ab2dc9ddb95743683563c91f43886dc879f80014..a67da2914b17e400cad11fc06543b3175257fa96 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| @@ -53,8 +53,10 @@ class ExtensionViewMac : public extensions::ExtensionView {
|
| // 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);
|
| +
|
| // extensions::ExtensionView:
|
| - void Init() override;
|
| Browser* GetBrowser() override;
|
| gfx::NativeView GetNativeView() override;
|
| void ResizeDueToAutoResize(const gfx::Size& new_size) override;
|
| @@ -67,8 +69,6 @@ class ExtensionViewMac : public extensions::ExtensionView {
|
| private:
|
| content::RenderViewHost* render_view_host() const;
|
|
|
| - void CreateWidgetHostView();
|
| -
|
| // We wait to show the ExtensionView until several things have loaded.
|
| void ShowIfCompletelyLoaded();
|
|
|
|
|