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

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

Issue 23923010: Move Inspect[BackgroundPage|ExtensionHost] Out of ExtensionService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « chrome/browser/extensions/devtools_util.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/extensions/devtools_util.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698