| Index: chrome/browser/ui/views/extensions/extension_popup.cc
|
| diff --git a/chrome/browser/ui/views/extensions/extension_popup.cc b/chrome/browser/ui/views/extensions/extension_popup.cc
|
| index 1467f24de70ee9fd4999d46cd5dfa44f68e4eb1d..6b7c85009ac1ff515c9f56e58d668c5816dd438d 100644
|
| --- a/chrome/browser/ui/views/extensions/extension_popup.cc
|
| +++ b/chrome/browser/ui/views/extensions/extension_popup.cc
|
| @@ -181,7 +181,7 @@
|
|
|
| // If the host had somehow finished loading, then we'd miss the notification
|
| // and not show. This seems to happen in single-process mode.
|
| - if (host->has_loaded_once())
|
| + if (host->did_stop_loading())
|
| popup->ShowBubble();
|
|
|
| return popup;
|
|
|