diff options
Diffstat (limited to 'chrome/browser/apps/shortcut_manager.h')
-rw-r--r-- | chrome/browser/apps/shortcut_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/apps/shortcut_manager.h b/chrome/browser/apps/shortcut_manager.h index f47a90f..c13c921 100644 --- a/chrome/browser/apps/shortcut_manager.h +++ b/chrome/browser/apps/shortcut_manager.h @@ -47,7 +47,8 @@ class AppShortcutManager : public KeyedService, const std::string& old_name) OVERRIDE; virtual void OnExtensionUninstalled( content::BrowserContext* browser_context, - const extensions::Extension* extension) OVERRIDE; + const extensions::Extension* extension, + extensions::UninstallReason reason) OVERRIDE; // ProfileInfoCacheObserver. virtual void OnProfileWillBeRemoved( |