| Index: chromeos/network/onc/onc_signature.h
|
| diff --git a/chromeos/network/onc/onc_signature.h b/chromeos/network/onc/onc_signature.h
|
| index 31a4f2ae8070f59ff91a91421ae901178530d03a..6885190e2e9802c469c80ca3958a5ae3748738f3 100644
|
| --- a/chromeos/network/onc/onc_signature.h
|
| +++ b/chromeos/network/onc/onc_signature.h
|
| @@ -47,6 +47,8 @@ CHROMEOS_EXPORT extern const OncValueSignature kVerifyX509Signature;
|
| CHROMEOS_EXPORT extern const OncValueSignature kVPNSignature;
|
| CHROMEOS_EXPORT extern const OncValueSignature kEthernetSignature;
|
| CHROMEOS_EXPORT extern const OncValueSignature kIPConfigSignature;
|
| +CHROMEOS_EXPORT extern const OncValueSignature kSavedIPConfigSignature;
|
| +CHROMEOS_EXPORT extern const OncValueSignature kStaticIPConfigSignature;
|
| CHROMEOS_EXPORT extern const OncValueSignature kProxyLocationSignature;
|
| CHROMEOS_EXPORT extern const OncValueSignature kProxyManualSignature;
|
| CHROMEOS_EXPORT extern const OncValueSignature kProxySettingsSignature;
|
|
|