summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_service.h')
-rw-r--r--chrome/browser/extensions/extension_service.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 556adb0..86dea9df 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -73,11 +73,6 @@ class ExtensionServiceInterface
public:
virtual ~ExtensionServiceInterface() {}
- // DEPRECATED: Use ExtensionRegistry::enabled_extensions() instead.
- //
- // ExtensionRegistry also has the disabled, terminated and blacklisted sets.
- virtual const extensions::ExtensionSet* extensions() const = 0;
-
// Gets the object managing the set of pending extensions.
virtual extensions::PendingExtensionManager* pending_extension_manager() = 0;
@@ -205,7 +200,6 @@ class ExtensionService
// ExtensionServiceInterface implementation.
//
// NOTE: Many of these methods are DEPRECATED. See the interface for details.
- const extensions::ExtensionSet* extensions() const override;
extensions::PendingExtensionManager* pending_extension_manager() override;
const extensions::Extension* GetExtensionById(
const std::string& id,