| Index: chrome/common/extensions/features/complex_feature.h
|
| diff --git a/chrome/common/extensions/features/complex_feature.h b/chrome/common/extensions/features/complex_feature.h
|
| index b434b4e32a1de9d1862c861772e9afb3ecbba312..e0a63c9160cf0073c22e2f526a85d16332092533 100644
|
| --- a/chrome/common/extensions/features/complex_feature.h
|
| +++ b/chrome/common/extensions/features/complex_feature.h
|
| @@ -37,6 +37,7 @@ class ComplexFeature : public Feature {
|
| Platform platform) const OVERRIDE;
|
|
|
| virtual bool IsIdInWhitelist(const std::string& extension_id) const OVERRIDE;
|
| + virtual bool IsBlockedInServiceWorker() const OVERRIDE;
|
|
|
| protected:
|
| // extensions::Feature:
|
|
|