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

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

Issue 959513002: Refactor Extension initialization logic. Add tracing and additional histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 4b6005d3aec06e20e474de92eaf0ca3f49c4359b..cc5f7aef4354cf1620ffcb397d0205daac287d32 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -500,6 +500,14 @@ class ExtensionService
// externally managed extension. If so, uninstall it.
void CheckExternalUninstall(const std::string& id);
+ // Attempt to enable all disabled extensions which the only disabled reason is
+ // reloading.
+ void EnabledReloadableExtensions();
+
+ // Finish install (if possible) of extensions that were still delayed while
+ // the browser was shut down.
+ void MaybeFinishShutdownDelayed();
+
// Populates greylist_.
void LoadGreylistFromPrefs();

Powered by Google App Engine
This is Rietveld 408576698