| 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..0ca5096a3c4adc137ff1dbeccab6629f1e5ca714 100644
|
| --- a/chrome/common/extensions/features/simple_feature.h
|
| +++ b/chrome/common/extensions/features/simple_feature.h
|
| @@ -111,6 +111,8 @@ class SimpleFeature : public Feature {
|
| int min_manifest_version_;
|
| int max_manifest_version_;
|
| chrome::VersionInfo::Channel channel_;
|
| + bool has_parent_;
|
| + bool channel_has_been_set_;
|
|
|
| FRIEND_TEST_ALL_PREFIXES(ExtensionSimpleFeatureTest, Context);
|
| };
|
|
|