summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-01 08:07:50 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-01 08:07:50 +0000
commit7256c50408de6476ecedf55d1c6fd6165cf08f95 (patch)
tree686d2607d7ba3ff337ec54be155ff225538038c9 /chrome/browser/extensions/extension_host.cc
parentb95653996536e6733ad9327c7aa1a6c909cc5899 (diff)
downloadchromium_src-7256c50408de6476ecedf55d1c6fd6165cf08f95.zip
chromium_src-7256c50408de6476ecedf55d1c6fd6165cf08f95.tar.gz
chromium_src-7256c50408de6476ecedf55d1c6fd6165cf08f95.tar.bz2
Revert "Clean-up of the asynchronous behaviour of the experimental extension popup API. "
This reverts http://codereview.chromium.org/1512007 TBR=twiz Review URL: http://codereview.chromium.org/1735026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_host.cc')
-rw-r--r--chrome/browser/extensions/extension_host.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index 4b1b0a4..67af709 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -440,9 +440,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,