| Index: extensions/common/features/base_feature_provider.h
|
| diff --git a/extensions/common/features/base_feature_provider.h b/extensions/common/features/base_feature_provider.h
|
| index 4defdc2f4514c686ff6023e399e33a884fa2e054..acb8df3bdc61ee87213d2c64506e2e2828077841 100644
|
| --- a/extensions/common/features/base_feature_provider.h
|
| +++ b/extensions/common/features/base_feature_provider.h
|
| @@ -27,9 +27,6 @@ class BaseFeatureProvider : public FeatureProvider {
|
| FeatureFactory factory);
|
| virtual ~BaseFeatureProvider();
|
|
|
| - // Gets a feature provider for a specific feature type, like "permission".
|
| - static FeatureProvider* GetByName(const std::string& name);
|
| -
|
| // Gets the feature |feature_name|, if it exists.
|
| virtual Feature* GetFeature(const std::string& feature_name) const OVERRIDE;
|
| virtual Feature* GetParent(Feature* feature) const OVERRIDE;
|
|
|