diff options
Diffstat (limited to 'chrome/browser/extensions/extension_host.cc')
-rw-r--r-- | chrome/browser/extensions/extension_host.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc index 3a6ccc3..3921aa6 100644 --- a/chrome/browser/extensions/extension_host.cc +++ b/chrome/browser/extensions/extension_host.cc @@ -439,9 +439,7 @@ void ExtensionHost::DocumentAvailableInMainFrame(RenderViewHost* rvh) { 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, |