Index: chromeos/network/onc/onc_signature.h |
diff --git a/chromeos/network/onc/onc_signature.h b/chromeos/network/onc/onc_signature.h |
index 1a9b507f3faf2897d8d1b5e1e97cd5de027c7743..7ef17c02fc01d30f746347a446ad9cbc6e63d0b2 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 |