| Index: chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
|
| index 6909df5c8a8be11dd3787762bb6cc9a5b030890c..7a7ac418fd50fe86dea9b953b0408d6eaab795af 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h
|
| @@ -51,8 +51,8 @@ class NotificationRegistrar;
|
| // Whether the popup has a devtools window attached to it.
|
| BOOL beingInspected_;
|
|
|
| - // The preferred size once the ExtensionView has loaded.
|
| - NSSize pendingPreferredSize_;
|
| + // The size once the ExtensionView has loaded.
|
| + NSSize pendingSize_;
|
| }
|
|
|
| // Returns the ExtensionHost object associated with this popup.
|
|
|