| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index 81a3b680a72f7b3849cdd1c8ecfabfa6d18c8e21..8f65605ac298b6910b17a874536b28caf2489cc3 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -229,6 +229,14 @@ class CrxInstaller
|
| const Extension* extension,
|
| const SkBitmap& install_icon) OVERRIDE;
|
|
|
| + // Initializes |install_checker_|'s extension's permissions to catch
|
| + // permission privilege increases due to granting of previously withheld
|
| + // permissions.
|
| + void InitializeExtensionPermissions();
|
| +
|
| + // Calls AllowInstall after permissions are initialized and handles errors.
|
| + void ContinueUnpackSuccess();
|
| +
|
| // Called on the UI thread to start the requirements, policy and blacklist
|
| // checks on the extension.
|
| void CheckInstall();
|
|
|