summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extensions_service.h')
-rw-r--r--chrome/browser/extensions/extensions_service.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
index 12bb85e..4b18c90 100644
--- a/chrome/browser/extensions/extensions_service.h
+++ b/chrome/browser/extensions/extensions_service.h
@@ -25,7 +25,6 @@
#include "chrome/browser/extensions/extensions_quota_service.h"
#include "chrome/browser/extensions/external_extension_provider.h"
#include "chrome/browser/extensions/sandboxed_extension_unpacker.h"
-#include "chrome/browser/privacy_blacklist/blacklist_manager.h"
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
#include "chrome/common/extensions/extension.h"
@@ -58,7 +57,6 @@ class ExtensionUpdateService {
class ExtensionsService
: public base::RefCountedThreadSafe<ExtensionsService,
ChromeThread::DeleteOnUIThread>,
- public BlacklistPathProvider,
public ExtensionUpdateService,
public NotificationObserver {
public:
@@ -241,11 +239,6 @@ class ExtensionsService
NotificationType type,
bool be_noisy);
- // BlacklistPathProvider:
- virtual bool AreBlacklistPathsReady() const;
- virtual std::vector<FilePath> GetPersistentBlacklistPaths();
- virtual std::vector<FilePath> GetTransientBlacklistPaths();
-
// NotificationObserver
virtual void Observe(NotificationType type,
const NotificationSource& source,