Index: chrome/browser/extensions/extension_toolbar_model.h |
diff --git a/chrome/browser/extensions/extension_toolbar_model.h b/chrome/browser/extensions/extension_toolbar_model.h |
index df5710706e73f160d3ab156307562af6985645dc..3626f846a28ecc922a5fc3e3e15a265f3fd49bdc 100644 |
--- a/chrome/browser/extensions/extension_toolbar_model.h |
+++ b/chrome/browser/extensions/extension_toolbar_model.h |
@@ -151,6 +151,8 @@ class ExtensionToolbarModel : public content::NotificationObserver, |
content::BrowserContext* browser_context, |
const Extension* extension, |
UnloadedExtensionInfo::Reason reason) OVERRIDE; |
+ virtual void OnExtensionUninstalled(content::BrowserContext* browser_context, |
+ const Extension* extension) OVERRIDE; |
// To be called after the extension service is ready; gets loaded extensions |
// from the extension service and their saved order from the pref service |
@@ -171,7 +173,6 @@ class ExtensionToolbarModel : public content::NotificationObserver, |
void AddExtension(const Extension* extension); |
void RemoveExtension(const Extension* extension); |
- void UninstalledExtension(const Extension* extension); |
// The Profile this toolbar model is for. |
Profile* profile_; |