Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index 35f97bd550b450921a3f3490207b1f4a02eadde3..a320959fb0d3924acf0eac2c4817ca3a91fe47ef 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -661,10 +661,6 @@ class ExtensionService |
static void RecordPermissionMessagesHistogram( |
const extensions::Extension* e, const char* histogram); |
- // Open a dev tools window for the background page for the given extension, |
- // starting the background page first if necessary. |
- void InspectBackgroundPage(const extensions::Extension* extension); |
- |
#if defined(UNIT_TEST) |
void TrackTerminatedExtensionForTest(const extensions::Extension* extension) { |
TrackTerminatedExtension(extension); |
@@ -786,9 +782,6 @@ class ExtensionService |
// Helper that updates the active extension list used for crash reporting. |
void UpdateActiveExtensionsInCrashReporter(); |
- // Helper to inspect an ExtensionHost after it has been loaded. |
- void InspectExtensionHost(extensions::ExtensionHost* host); |
- |
// Helper to determine whether we should initially enable an installed |
// (or upgraded) extension. |
bool ShouldEnableOnInstall(const extensions::Extension* extension); |