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