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

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

Issue 147983011: Revert 247790 "Change default mode of extension install verifica..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/extension_service.h
===================================================================
--- trunk/src/chrome/browser/extensions/extension_service.h (revision 247796)
+++ trunk/src/chrome/browser/extensions/extension_service.h (working copy)
@@ -199,15 +199,12 @@
// Initialize and start all installed extensions.
void Init();
- // 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
- // reason, e.g. extension install/uninstall).
- void VerifyAllExtensions(bool bootstrap);
+ // 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 bootstrap, bool success);
+ void FinishVerifyAllExtensions(bool success);
// Called when the associated Profile is going to be destroyed.
void Shutdown();
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698