| Index: chrome/browser/extensions/extension_installer.h
|
| diff --git a/chrome/browser/extensions/extension_installer.h b/chrome/browser/extensions/extension_installer.h
|
| index e72e01b13fa9ebe9af983e44a622246419d8e71f..b068faed952a1cd897bfd97216b7485d0d6873d8 100644
|
| --- a/chrome/browser/extensions/extension_installer.h
|
| +++ b/chrome/browser/extensions/extension_installer.h
|
| @@ -24,6 +24,11 @@ namespace extensions {
|
|
|
|
|
| // Holds common methods and data of extension installers.
|
| +//
|
| +// NOTE: This class is deprecated and has been replaced by
|
| +// ExtensionInstallChecker.
|
| +// TODO(tmdiep): CrxInstaller and UnpackedInstaller should be refactored to use
|
| +// this class (crbug.com/386404).
|
| class ExtensionInstaller {
|
| public:
|
| typedef base::Callback<void(std::vector<std::string>)> RequirementsCallback;
|
|
|