| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index f6a2f5692256d064d41049e1988de7f1bafe5f07..b70417272caae680b95a8f585355b5a8a494511b 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -209,6 +209,13 @@ class ExtensionService
|
| // Initialize and start all installed extensions.
|
| void Init();
|
|
|
| + // Attempts to verify all extensions using the InstallVerifier.
|
| + void VerifyAllExtensions();
|
| +
|
| + // Once the verifier work is finished, we may want to re-check management
|
| + // policy if |success| indicates the verifier got a new signature back.
|
| + void FinishVerifyAllExtensions(bool success);
|
| +
|
| // Called when the associated Profile is going to be destroyed.
|
| void Shutdown();
|
|
|
|
|