Index: extensions/common/features/feature.h |
diff --git a/extensions/common/features/feature.h b/extensions/common/features/feature.h |
index 595f22fbd10b005612f344382fc50a9f2b2cec44..0f0f35a6bf3ca3806258ac0fbb7adbad8568f8e4 100644 |
--- a/extensions/common/features/feature.h |
+++ b/extensions/common/features/feature.h |
@@ -69,6 +69,7 @@ class Feature { |
INVALID_MAX_MANIFEST_VERSION, |
NOT_PRESENT, |
UNSUPPORTED_CHANNEL, |
+ FOUND_IN_BLACKLIST, |
}; |
// Container for AvailabiltyResult that also exposes a user-visible error |
@@ -151,6 +152,7 @@ class Feature { |
const GURL& url, |
Context context) const = 0; |
+ virtual bool IsIdInBlacklist(const std::string& extension_id) const = 0; |
virtual bool IsIdInWhitelist(const std::string& extension_id) const = 0; |
protected: |