Index: chrome/common/extensions/features/simple_feature.h |
diff --git a/chrome/common/extensions/features/simple_feature.h b/chrome/common/extensions/features/simple_feature.h |
index b3716b7968ac63f6eb8d03c2c14be667d084b565..437204ab19db16e5b638248f6493535d3691fcf6 100644 |
--- a/chrome/common/extensions/features/simple_feature.h |
+++ b/chrome/common/extensions/features/simple_feature.h |
@@ -87,6 +87,7 @@ class SimpleFeature : public Feature { |
virtual std::set<Context>* GetContexts() OVERRIDE; |
virtual bool IsInternal() const OVERRIDE; |
+ virtual bool IsBlockedInServiceWorker() const OVERRIDE; |
virtual bool IsIdInWhitelist(const std::string& extension_id) const OVERRIDE; |
static bool IsIdInWhitelist(const std::string& extension_id, |