| Index: chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| diff --git a/chromeos/dbus/shill_third_party_vpn_driver_client.cc b/chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| index a3f3f7bc63ab3c1ef52c897223dbdd41f7ee3609..63b1851669bfe48a0c9ecbfc1267bcd71448c9d7 100644
|
| --- a/chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| +++ b/chromeos/dbus/shill_third_party_vpn_driver_client.cc
|
| @@ -27,7 +27,8 @@ const char* kSetParametersKeyList[] = {
|
| shill::kSubnetPrefixParameterThirdPartyVpn,
|
| shill::kMtuParameterThirdPartyVpn,
|
| shill::kDomainSearchParameterThirdPartyVpn,
|
| - shill::kDnsServersParameterThirdPartyVpn};
|
| + shill::kDnsServersParameterThirdPartyVpn,
|
| + shill::kReconnectParameterThirdPartyVpn};
|
|
|
| // The ShillThirdPartyVpnDriverClient implementation.
|
| class ShillThirdPartyVpnDriverClientImpl
|
|
|