diff options
Diffstat (limited to 'chromeos/network/onc/onc_constants.h')
-rw-r--r-- | chromeos/network/onc/onc_constants.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chromeos/network/onc/onc_constants.h b/chromeos/network/onc/onc_constants.h index 1d1ccf9..76325b1 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[]; |