Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1071)

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 93513006: Allow re-enabling of DISABLE_NOT_VERIFIED extensions if appropriate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with latest trunk Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/install_verifier.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698