| Index: chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| index 640b98cbc7d0ef9e776a90e10de9846f6ea1ad63..89329649da98a0bdd7117deb89c1d819412a636c 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| @@ -381,7 +381,7 @@ class DevtoolsNotificationBridge : public content::NotificationObserver {
|
| // When we update the size, the window will become visible. Stay hidden until
|
| // the host is loaded.
|
| pendingSize_ = newSize;
|
| - if (!host_ || !host_->did_stop_loading())
|
| + if (!host_ || !host_->has_loaded_once())
|
| return;
|
|
|
| // No need to use CA here, our caller calls us repeatedly to animate the
|
|
|