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

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

Issue 709813004: Remove the deprecated function ExtensionService::extensions(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed thestig@'s comments. Created 6 years, 1 month 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 556adb0025afdec9c42b162005a9cf4879179df8..86dea9dfad995bb5c948dc5f557b052ca2b2f45d 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,
« no previous file with comments | « chrome/browser/extensions/extension_keybinding_registry.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698