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 6b7c85009ac1ff515c9f56e58d668c5816dd438d..1467f24de70ee9fd4999d46cd5dfa44f68e4eb1d 100644 |
--- a/chrome/browser/ui/views/extensions/extension_popup.cc |
+++ b/chrome/browser/ui/views/extensions/extension_popup.cc |
@@ -181,7 +181,7 @@ ExtensionPopup* ExtensionPopup::ShowPopup(const GURL& url, |
// 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->did_stop_loading()) |
+ if (host->has_loaded_once()) |
popup->ShowBubble(); |
return popup; |