| Index: extensions/common/features/behavior_feature.h
|
| diff --git a/extensions/common/features/behavior_feature.h b/extensions/common/features/behavior_feature.h
|
| index c09c69d2c318f8de8dc843fc5fb05aa05904c3bd..5a59992bb0a204b1a203a2624d1c08e26b303421 100644
|
| --- a/extensions/common/features/behavior_feature.h
|
| +++ b/extensions/common/features/behavior_feature.h
|
| @@ -19,6 +19,7 @@ namespace extensions {
|
| class BehaviorFeature : public SimpleFeature {
|
| public:
|
| // Constants corresponding to keys in _behavior_features.json.
|
| + static const char* kBluetoothPeripheral;
|
| static const char* kWhitelistedForIncognito;
|
| };
|
|
|
|
|