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

Unified Diff: chrome/browser/extensions/install_tracker.cc

Issue 23636002: Fixed how Apps Developer Tools is enabled/disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/browser/extensions/extension_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/install_tracker.cc
diff --git a/chrome/browser/extensions/install_tracker.cc b/chrome/browser/extensions/install_tracker.cc
index dc4f3c2484daef6543034860aaee5971b92b51f5..c916d4cdb83f72984f29c5f4c4fb674327272dc2 100644
--- a/chrome/browser/extensions/install_tracker.cc
+++ b/chrome/browser/extensions/install_tracker.cc
@@ -101,9 +101,6 @@ void InstallTracker::Observe(int type,
const Extension* extension = unload_info->extension;
FOR_EACH_OBSERVER(InstallObserver, observers_,
OnExtensionUnloaded(extension));
- if (unload_info->reason == extension_misc::UNLOAD_REASON_UNINSTALL)
- FOR_EACH_OBSERVER(InstallObserver, observers_,
- OnExtensionUninstalled(extension));
asargent_no_longer_on_chrome 2013/08/30 22:23:00 I think removing this code block is definitely cor
break;
}
case chrome::NOTIFICATION_EXTENSION_UNINSTALLED: {
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698