| Index: chrome/browser/extensions/extension_disabled_ui.h
|
| diff --git a/chrome/browser/extensions/extension_disabled_ui.h b/chrome/browser/extensions/extension_disabled_ui.h
|
| index f71bcc95af7e85c55c9b3c8936f42ecac125f414..0587bea3bae6a38f8c3d9caf372081dfc28b2c69 100644
|
| --- a/chrome/browser/extensions/extension_disabled_ui.h
|
| +++ b/chrome/browser/extensions/extension_disabled_ui.h
|
| @@ -17,8 +17,10 @@ class Extension;
|
|
|
| // Adds a global error to inform the user that an extension was
|
| // disabled after upgrading to higher permissions.
|
| +// |disable_reasons| is a bitmask of |Extension::DisableReason| values.
|
| void AddExtensionDisabledError(ExtensionService* service,
|
| - const Extension* extension);
|
| + const Extension* extension,
|
| + int disable_reasons);
|
|
|
| // Shows the extension install dialog.
|
| void ShowExtensionDisabledDialog(ExtensionService* service,
|
|
|