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

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

Issue 2893693002: Remove NOTIFICATION_EXTENSION_ENABLED. (Closed)
Patch Set: add code for component reload Created 3 years, 7 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 1c5005e265bcbfcee5abb7784c727b8f9c9344b4..2dca7c327556fcd75feef916443ac8d3af505bd7 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -587,6 +587,10 @@ class ExtensionService
// Called when the initial extensions load has completed.
void OnInstalledExtensionsLoaded();
+ // Upon reloading an extension, spins up its lazy background page if
+ // necessary.
+ void MaybeSpinUpLazyBackgroundPage(const extensions::Extension* extension_id);
+
const base::CommandLine* command_line_ = nullptr;
// The normal profile associated with this ExtensionService.

Powered by Google App Engine
This is Rietveld 408576698