| Index: components/onc/onc_constants.h
|
| diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
|
| index 718a1d0a9d88a8514a07e63a4dab9dbcf3883e6e..a8084e8b175ef75b9696bcbbf0146d7aa998f7da 100644
|
| --- a/components/onc/onc_constants.h
|
| +++ b/components/onc/onc_constants.h
|
| @@ -332,6 +332,13 @@ ONC_EXPORT extern const char kServerCARefs[];
|
| ONC_EXPORT extern const char kXAUTH[];
|
| } // namespace ipsec
|
|
|
| +namespace l2tp {
|
| +ONC_EXPORT extern const char kLcpEchoDisabled[];
|
| +ONC_EXPORT extern const char kPassword[];
|
| +ONC_EXPORT extern const char kSaveCredentials[];
|
| +ONC_EXPORT extern const char kUsername[];
|
| +} // namespace l2tp
|
| +
|
| namespace openvpn {
|
| ONC_EXPORT extern const char kAuthNoCache[];
|
| ONC_EXPORT extern const char kAuthRetry[];
|
|
|