Index: chrome/browser/browser.cc |
=================================================================== |
--- chrome/browser/browser.cc (revision 47523) |
+++ chrome/browser/browser.cc (working copy) |
@@ -2905,6 +2905,8 @@ |
} |
case NotificationType::EXTENSION_LOADED: { |
+ window()->GetLocationBar()->UpdatePageActions(); |
+ |
// If any "This extension has crashed" InfoBarDelegates are around for |
// this extension, it means that it has been reloaded in another window |
// so just remove the remaining CrashedExtensionInfoBarDelegate objects. |