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

Unified Diff: chrome/browser/extensions/install_observer.h

Issue 298023009: Remove InstallTracker's extension load, unload observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and shutdown Created 6 years, 7 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
Index: chrome/browser/extensions/install_observer.h
diff --git a/chrome/browser/extensions/install_observer.h b/chrome/browser/extensions/install_observer.h
index 990a62eb36824420330a4f6bf067d609c0484cf1..fb11ae0cce0ff5e36fdebb41bcac6655a90b8672 100644
--- a/chrome/browser/extensions/install_observer.h
+++ b/chrome/browser/extensions/install_observer.h
@@ -62,11 +62,9 @@ class InstallObserver {
// Called if the installation succeeds.
virtual void OnExtensionInstalled(const Extension* extension) {}
- // Called when an extension is [Loaded, Unloaded, Uninstalled] or an app is
+ // Called when an extension is [Uninstalled] or an app is
// installed to the app list. These are simply forwarded from the
// chrome::NOTIFICATIONs.
- virtual void OnExtensionLoaded(const Extension* extension) {}
- virtual void OnExtensionUnloaded(const Extension* extension) {}
virtual void OnExtensionUninstalled(const Extension* extension) {}
virtual void OnDisabledExtensionUpdated(const Extension* extension) {}
virtual void OnAppInstalledToAppList(const std::string& extension_id) {}

Powered by Google App Engine
This is Rietveld 408576698