diff options
Diffstat (limited to 'chromeos/network/onc/onc_signature.h')
-rw-r--r-- | chromeos/network/onc/onc_signature.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chromeos/network/onc/onc_signature.h b/chromeos/network/onc/onc_signature.h index 1a9b507..7ef17c0 100644 --- a/chromeos/network/onc/onc_signature.h +++ b/chromeos/network/onc/onc_signature.h @@ -46,8 +46,10 @@ CHROMEOS_EXPORT extern const OncValueSignature kProxySettingsSignature; CHROMEOS_EXPORT extern const OncValueSignature kWiFiSignature; CHROMEOS_EXPORT extern const OncValueSignature kCertificateSignature; CHROMEOS_EXPORT extern const OncValueSignature kNetworkConfigurationSignature; +CHROMEOS_EXPORT extern const OncValueSignature kCertificateListSignature; CHROMEOS_EXPORT extern const OncValueSignature - kUnencryptedConfigurationSignature; + kNetworkConfigurationListSignature; +CHROMEOS_EXPORT extern const OncValueSignature kToplevelConfigurationSignature; } // namespace onc } // namespace chromeos |