summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/install_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/install_tracker.h')
-rw-r--r--chrome/browser/extensions/install_tracker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/extensions/install_tracker.h b/chrome/browser/extensions/install_tracker.h
index a15dd53..d82646f 100644
--- a/chrome/browser/extensions/install_tracker.h
+++ b/chrome/browser/extensions/install_tracker.h
@@ -32,6 +32,9 @@ class InstallTracker : public ProfileKeyedService {
int percent_downloaded);
void OnInstallFailure(const std::string& extension_id);
+ // Overriddes for ProfileKeyedService:
+ void Shutdown();
+
private:
ObserverList<InstallObserver> observers_;