Chromium Code Reviews| Index: chrome/common/extensions/features/complex_feature.cc |
| diff --git a/chrome/common/extensions/features/complex_feature.cc b/chrome/common/extensions/features/complex_feature.cc |
| index 09eb426daa738b173774b134e3c7349ea2cdd35f..3821f16366d2b97486e123e2443448a80a04528b 100644 |
| --- a/chrome/common/extensions/features/complex_feature.cc |
| +++ b/chrome/common/extensions/features/complex_feature.cc |
| @@ -72,6 +72,10 @@ bool ComplexFeature::IsInternal() const { |
| return false; |
| } |
| +bool ComplexFeature::HasParent() const { |
| + return false; |
|
not at google - send to devlin
2013/05/23 00:09:40
should probably return the first parent that it fi
cduvall
2013/05/24 03:13:49
Done.
|
| +} |
| + |
| std::string ComplexFeature::GetAvailabilityMessage(AvailabilityResult result, |
| Manifest::Type type, |
| const GURL& url) const { |