| 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 b5b5e0ccf38cf9975486db4235a8ac1ebe307bbb..79cce71c8e4fe3e9b72d79b9755045cbabc3fb3e 100644
|
| --- a/chrome/common/extensions/features/complex_feature.h
|
| +++ b/chrome/common/extensions/features/complex_feature.h
|
| @@ -50,6 +50,7 @@ class ComplexFeature : public Feature {
|
| virtual std::set<Context>* GetContexts() OVERRIDE;
|
|
|
| virtual bool IsInternal() const OVERRIDE;
|
| + virtual bool HasParent() const OVERRIDE;
|
|
|
| private:
|
| FeatureList features_;
|
|
|