Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1824)

Unified Diff: chrome/browser/download/download_crx_util.cc

Issue 8404007: Delete code for and references to mini-gallery and theme install bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: > Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/extension_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)));
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/extension_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698