| Index: chrome/common/extensions/features/simple_feature.cc
|
| diff --git a/chrome/common/extensions/features/simple_feature.cc b/chrome/common/extensions/features/simple_feature.cc
|
| index 70aceb34cc5a938de5bde72442585a560aaae6ae..d2d35c50360bbf3de34073d65147ccbec069cad6 100644
|
| --- a/chrome/common/extensions/features/simple_feature.cc
|
| +++ b/chrome/common/extensions/features/simple_feature.cc
|
| @@ -493,6 +493,8 @@ bool SimpleFeature::IsInternal() const {
|
| return false;
|
| }
|
|
|
| +bool SimpleFeature::IsBlockedInServiceWorker() const { return false; }
|
| +
|
| bool SimpleFeature::IsIdInWhitelist(const std::string& extension_id) const {
|
| return IsIdInWhitelist(extension_id, whitelist_);
|
| }
|
|
|