| Index: extensions/common/features/simple_feature.h
|
| diff --git a/extensions/common/features/simple_feature.h b/extensions/common/features/simple_feature.h
|
| index 7df6e19b0b779cb1f2974d81ec185d24b4fb935a..395e7e70c9fc2cf309f2c806fc59eb41eff28693 100644
|
| --- a/extensions/common/features/simple_feature.h
|
| +++ b/extensions/common/features/simple_feature.h
|
| @@ -106,7 +106,6 @@ class SimpleFeature : public Feature {
|
| Context context) const OVERRIDE;
|
|
|
| virtual bool IsInternal() const OVERRIDE;
|
| - virtual bool IsBlockedInServiceWorker() const OVERRIDE;
|
|
|
| virtual bool IsIdInBlacklist(const std::string& extension_id) const OVERRIDE;
|
| virtual bool IsIdInWhitelist(const std::string& extension_id) const OVERRIDE;
|
|
|