| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index 791ce6706087428832fea1dda83568b6d1159e10..ef314226ed08b62f633a0b64ed612be616cd2f5e 100644
|
| --- a/components/onc/onc_constants.cc
|
| +++ b/components/onc/onc_constants.cc
|
| @@ -16,6 +16,8 @@ const char kAugmentationSharedSetting[] = "SharedSetting";
|
| const char kAugmentationUserEditable[] = "UserEditable";
|
| const char kAugmentationDeviceEditable[] = "DeviceEditable";
|
|
|
| +const char kAugmentationActiveExtension[] = "ActiveExtension";
|
| +
|
| // Common keys/values.
|
| const char kRecommended[] = "Recommended";
|
| const char kRemove[] = "Remove";
|
|
|