diff options
Diffstat (limited to 'chrome/browser/extensions/install_tracker.h')
-rw-r--r-- | chrome/browser/extensions/install_tracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/install_tracker.h b/chrome/browser/extensions/install_tracker.h index 6728cf6..3834ee9 100644 --- a/chrome/browser/extensions/install_tracker.h +++ b/chrome/browser/extensions/install_tracker.h @@ -69,6 +69,7 @@ class InstallTracker : public KeyedService, content::BrowserContext* browser_context, const Extension* extension, bool is_update, + bool from_ephemeral, const std::string& old_name) OVERRIDE; ObserverList<InstallObserver> observers_; |