Chromium Code Reviews| 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..60f52716f3eada8eaaf496d0df2181390674fd6c 100644 |
| --- a/chrome/browser/extensions/extension_disabled_ui.h |
| +++ b/chrome/browser/extensions/extension_disabled_ui.h |
| @@ -18,7 +18,8 @@ class Extension; |
| // Adds a global error to inform the user that an extension was |
| // disabled after upgrading to higher permissions. |
| void AddExtensionDisabledError(ExtensionService* service, |
| - const Extension* extension); |
| + const Extension* extension, |
| + int disable_reasons); |
|
not at google - send to devlin
2014/05/01 18:55:21
mention that this is a bitmask of disable reasons
Marijn Kruisselbrink
2014/05/01 22:36:56
Done.
|
| // Shows the extension install dialog. |
| void ShowExtensionDisabledDialog(ExtensionService* service, |