Index: extensions/common/features/feature.h |
diff --git a/extensions/common/features/feature.h b/extensions/common/features/feature.h |
index 37387d7491959be4001f133ee69e882d4ec32f5f..97b18147f183f1e69b82e17b407164ad6aa32077 100644 |
--- a/extensions/common/features/feature.h |
+++ b/extensions/common/features/feature.h |
@@ -111,9 +111,6 @@ class Feature { |
// Tests whether this is an internal API or not. |
virtual bool IsInternal() const = 0; |
- // Returns True for features excluded from service worker backed contexts. |
- virtual bool IsBlockedInServiceWorker() const = 0; |
- |
// Returns true if the feature is available to be parsed into a new extension |
// manifest. |
Availability IsAvailableToManifest(const std::string& extension_id, |