| Index: extensions/common/features/complex_feature.h
|
| diff --git a/extensions/common/features/complex_feature.h b/extensions/common/features/complex_feature.h
|
| index 9ccbd4fec4aecffe3ac5774bae84f3d7a00ac00f..c331901073b9abb472c0aaad9e4e8df6e412d284 100644
|
| --- a/extensions/common/features/complex_feature.h
|
| +++ b/extensions/common/features/complex_feature.h
|
| @@ -41,6 +41,8 @@ class ComplexFeature : public Feature {
|
|
|
| bool IsIdInBlacklist(const std::string& extension_id) const override;
|
| bool IsIdInWhitelist(const std::string& extension_id) const override;
|
| + Availability IsAvailableToChannel(
|
| + version_info::Channel channel) const override;
|
|
|
| protected:
|
| // Feature:
|
|
|