Index: chrome/common/extensions/features/simple_feature.h |
diff --git a/chrome/common/extensions/features/simple_feature.h b/chrome/common/extensions/features/simple_feature.h |
index 0ba63b734132b02fd07436ec8f43c0af9274f030..b5cc7f32fc7d9d5bbe10e022c541749d539cc7c2 100644 |
--- a/chrome/common/extensions/features/simple_feature.h |
+++ b/chrome/common/extensions/features/simple_feature.h |
@@ -87,6 +87,7 @@ class SimpleFeature : public Feature { |
virtual std::set<Context>* GetContexts() OVERRIDE; |
virtual bool IsInternal() const OVERRIDE; |
+ virtual bool HasParent() const OVERRIDE; |
virtual bool IsIdInWhitelist(const std::string& extension_id) const OVERRIDE; |