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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 9fd84e2..fb897aa 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -73,7 +73,6 @@ class ExtensionServiceInterface {
virtual void UpdateExtensionBlacklist(
const std::vector<std::string>& blacklist) = 0;
virtual void CheckAdminBlacklist() = 0;
- virtual bool HasInstalledExtensions() = 0;
virtual bool IsIncognitoEnabled(const std::string& extension_id) const = 0;
virtual void SetIsIncognitoEnabled(const std::string& extension_id,
@@ -162,9 +161,6 @@ class ExtensionService
component_extension_manifests_.push_back(info);
}
- // Returns true if any extensions are installed.
- virtual bool HasInstalledExtensions();
-
const FilePath& install_directory() const { return install_directory_; }
DefaultApps* default_apps() { return &default_apps_; }