| Index: chromeos/network/onc/onc_constants.h
|
| diff --git a/chromeos/network/onc/onc_constants.h b/chromeos/network/onc/onc_constants.h
|
| index c0486bb370f26384b0b2085b029213b9caac2d21..5d8e3838bfa6e461e20656043b68a7f35de44a9d 100644
|
| --- a/chromeos/network/onc/onc_constants.h
|
| +++ b/chromeos/network/onc/onc_constants.h
|
| @@ -21,7 +21,15 @@ enum ONCSource {
|
|
|
| // These keys are used to augment the dictionary resulting from merging the
|
| // different settings and policies.
|
| +
|
| +// The setting that Shill declared to be using. For example, if no policy and no
|
| +// user setting exists, Shill might still report a property like network
|
| +// security options or a SSID.
|
| +CHROMEOS_EXPORT extern const char kAugmentationActiveSetting[];
|
| +// The one of different setting sources (user/device policy, user/shared
|
| +// settings) that has highest priority over the others.
|
| CHROMEOS_EXPORT extern const char kAugmentationEffectiveSetting[];
|
| +CHROMEOS_EXPORT extern const char kAugmentationUnmanaged[];
|
| CHROMEOS_EXPORT extern const char kAugmentationUserPolicy[];
|
| CHROMEOS_EXPORT extern const char kAugmentationDevicePolicy[];
|
| CHROMEOS_EXPORT extern const char kAugmentationUserSetting[];
|
|
|