| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index e9e38b6f13ec800cc187146993b605ab238963cf..67d2a704ad93c1e5ffd89bc585eecf07b45591f9 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -203,6 +203,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();
|
|
|
|
|