diff options
Diffstat (limited to 'chrome/browser/extensions/install_tracker.h')
-rw-r--r-- | chrome/browser/extensions/install_tracker.h | 3 |
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_; |