| Index: chrome/browser/ui/extensions/extension_enable_flow.h
|
| diff --git a/chrome/browser/ui/extensions/extension_enable_flow.h b/chrome/browser/ui/extensions/extension_enable_flow.h
|
| index 09aa01a92a2a935fa18da1537813093c9c3d62b6..71da093f1cca24b397b53e5a88a6e62b19f17136 100644
|
| --- a/chrome/browser/ui/extensions/extension_enable_flow.h
|
| +++ b/chrome/browser/ui/extensions/extension_enable_flow.h
|
| @@ -88,6 +88,9 @@ class ExtensionEnableFlow : public ExtensionInstallPrompt::Delegate,
|
| virtual void OnExtensionLoaded(
|
| content::BrowserContext* browser_context,
|
| const extensions::Extension* extension) OVERRIDE;
|
| + virtual void OnExtensionUninstalled(
|
| + content::BrowserContext* browser_context,
|
| + const extensions::Extension* extension) OVERRIDE;
|
|
|
| // ExtensionInstallPrompt::Delegate overrides:
|
| virtual void InstallUIProceed() OVERRIDE;
|
|
|