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. |