Index: chrome/browser/download/download_crx_util.cc |
diff --git a/chrome/browser/download/download_crx_util.cc b/chrome/browser/download/download_crx_util.cc |
index 75006fba647755f21c3ee4a5d79f114d11ff366f..9d9959795b6a688cc017fed137cae47e435d7364 100644 |
--- a/chrome/browser/download/download_crx_util.cc |
+++ b/chrome/browser/download/download_crx_util.cc |
@@ -53,12 +53,6 @@ scoped_refptr<CrxInstaller> OpenChromeExtension( |
ExtensionService* service = profile->GetExtensionService(); |
CHECK(service); |
- content::NotificationService* nservice = |
- content::NotificationService::current(); |
- GURL nonconst_download_url = download_item.GetURL(); |
- nservice->Notify(chrome::NOTIFICATION_EXTENSION_READY_FOR_INSTALL, |
- content::Source<Profile>(profile), |
- content::Details<GURL>(&nonconst_download_url)); |
scoped_refptr<CrxInstaller> installer( |
service->MakeCrxInstaller(CreateExtensionInstallUI(profile))); |