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

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

Issue 160313002: Don't disable extensions immediately if verification is out of date (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor fixes Created 6 years, 10 months 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 eaf9af2547b37dd1fdf4e9c0a657da0801be8331..0d801a472187c36a16a1db41f29041d5e65e1efe 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -196,6 +196,9 @@ class ExtensionService
// Initialize and start all installed extensions.
void Init();
+ // See if we need to bootstrap the install verifier.
+ void MaybeBootstrapVerifier();
+
// Attempts to verify all extensions using the InstallVerifier. The
// |bootstrap| parameter indicates whether we're doing this because the
// InstallVerifier needed to be bootstrapped (otherwise it's for another
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/extension_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698