| 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 f033b8e51688af52bf767fd3fdc479348cd0648b..1899cf3029dd21962fb3ef93fe03703ac3f08937 100644
|
| --- a/chrome/browser/extensions/extension_disabled_ui.h
|
| +++ b/chrome/browser/extensions/extension_disabled_ui.h
|
| @@ -6,12 +6,13 @@
|
| #define CHROME_BROWSER_EXTENSIONS_EXTENSION_DISABLED_UI_H_
|
| #pragma once
|
|
|
| -class Extension;
|
| class ExtensionService;
|
| class Profile;
|
|
|
| namespace extensions {
|
|
|
| +class Extension;
|
| +
|
| // Adds a global error to inform the user that an extension was
|
| // disabled after upgrading to higher permissions.
|
| void AddExtensionDisabledError(ExtensionService* service,
|
|
|