| Index: extensions/common/features/complex_feature.h
|
| diff --git a/extensions/common/features/complex_feature.h b/extensions/common/features/complex_feature.h
|
| index 25f4907d6f42a5046757a6c91d88a4fd5b0c1dcb..5d126443966b7150299c6c9a87fcc0034b204315 100644
|
| --- a/extensions/common/features/complex_feature.h
|
| +++ b/extensions/common/features/complex_feature.h
|
| @@ -36,6 +36,7 @@ class ComplexFeature : public Feature {
|
| const GURL& url,
|
| Platform platform) const OVERRIDE;
|
|
|
| + virtual bool IsIdInBlacklist(const std::string& extension_id) const OVERRIDE;
|
| virtual bool IsIdInWhitelist(const std::string& extension_id) const OVERRIDE;
|
| virtual bool IsBlockedInServiceWorker() const OVERRIDE;
|
|
|
|
|