| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index 1f6b43ad5fcf58439898cc706e38986be5c27be3..1df0869214db7473c10af863bded095d51413bcc 100644
|
| --- a/components/onc/onc_constants.cc
|
| +++ b/components/onc/onc_constants.cc
|
| @@ -314,6 +314,10 @@ const char kServerCARefs[] = "ServerCARefs";
|
| const char kXAUTH[] = "XAUTH";
|
| } // namespace ipsec
|
|
|
| +namespace l2tp {
|
| +const char kLcpEchoDisabled[] = "LcpEchoDisabled";
|
| +} // namespace l2tp
|
| +
|
| namespace openvpn {
|
| const char kAuthNoCache[] = "AuthNoCache";
|
| const char kAuthRetry[] = "AuthRetry";
|
|
|