| 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..083805859991aafd64d87bdfe5e03080406b1b62 100644
|
| --- a/chrome/browser/extensions/extension_disabled_ui.h
|
| +++ b/chrome/browser/extensions/extension_disabled_ui.h
|
| @@ -17,8 +17,11 @@ class Extension;
|
|
|
| // Adds a global error to inform the user that an extension was
|
| // disabled after upgrading to higher permissions.
|
| +// If |is_remote_install| is true, the extension was disabled because
|
| +// it was installed remotely.
|
| void AddExtensionDisabledError(ExtensionService* service,
|
| - const Extension* extension);
|
| + const Extension* extension,
|
| + bool is_remote_install);
|
|
|
| // Shows the extension install dialog.
|
| void ShowExtensionDisabledDialog(ExtensionService* service,
|
|
|