| Index: extensions/common/features/behavior_feature.cc
|
| diff --git a/extensions/common/features/behavior_feature.cc b/extensions/common/features/behavior_feature.cc
|
| index 69c2e3653f529329d95211cf8184447801498399..ec0b4c54fe162a68797baa6a522e904c6b7d99dd 100644
|
| --- a/extensions/common/features/behavior_feature.cc
|
| +++ b/extensions/common/features/behavior_feature.cc
|
| @@ -13,4 +13,7 @@ const char BehaviorFeature::kDoNotSync[] = "do_not_sync";
|
|
|
| const char BehaviorFeature::kZoomWithoutBubble[] = "zoom_without_bubble";
|
|
|
| +const char BehaviorFeature::kAllowUsbDevicesPermissionInterfaceClass[] =
|
| + "allow_usb_devices_permission_interface_class";
|
| +
|
| } // namespace extensions
|
|
|