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

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

Issue 2893693002: Remove NOTIFICATION_EXTENSION_ENABLED. (Closed)
Patch Set: connect devtools 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 8ee853843ff07a03698afa01bf9b07c06cfbd2ad..c84ba47d2bb44845c6192111bfc9b14c6130dd0f 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -580,6 +580,11 @@ class ExtensionService
// the actual profile objects to be destroyed.
void OnProfileDestructionStarted();
+ // Upon reloading an extension, reconnects devtools to the extension if
+ // the extension has a lazy background page.
+ void MaybeReconnectDevtoolsToLazyBackgroundPage(
+ const extensions::Extension* extension_id);
+
// Called on file task runner thread to uninstall extension.
static void UninstallExtensionOnFileThread(
const std::string& id,

Powered by Google App Engine
This is Rietveld 408576698