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

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

Issue 2893693002: Remove NOTIFICATION_EXTENSION_ENABLED. (Closed)
Patch Set: address comments + fix theme update path for skipping already set theme 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..501c78f3140710a0b3c74866490f44f47fb2397a 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -587,6 +587,11 @@ class ExtensionService
// Called when the initial extensions load has completed.
void OnInstalledExtensionsLoaded();
+ // Upon reloading an extension, reconnects devtools to the extension if
+ // the extension has a lazy background page.
+ void MaybeReconnectDevtoolsToLazyBackgroundPage(
+ 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