| Index: chrome/browser/extensions/extension_host.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_host.cc (revision 46029)
|
| +++ chrome/browser/extensions/extension_host.cc (working copy)
|
| @@ -440,7 +440,9 @@
|
| break; // No style sheet for other types, at the moment.
|
| }
|
| }
|
| +}
|
|
|
| +void ExtensionHost::DocumentOnLoadCompletedInMainFrame(RenderViewHost* rvh) {
|
| if (ViewType::EXTENSION_POPUP == GetRenderViewType()) {
|
| NotificationService::current()->Notify(
|
| NotificationType::EXTENSION_POPUP_VIEW_READY,
|
|
|