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 3237f501a80ffe08a1ad9ecb14931c3d983de128..a1a761c52b8bd528216a07ecb55bc738fce9c1e9 100644 |
--- a/chromeos/dbus/shill_third_party_vpn_driver_client.cc |
+++ b/chromeos/dbus/shill_third_party_vpn_driver_client.cc |
@@ -19,8 +19,8 @@ namespace { |
const char* kSetParametersKeyList[] = { |
shill::kAddressParameterThirdPartyVpn, |
shill::kBroadcastAddressParameterThirdPartyVpn, |
- shill::kGatewayParameterThirdPartyVpn, |
bartfab (slow)
2015/02/20 14:57:47
I presume you will remove these obsolete constants
kaliamoorthi
2015/02/20 15:02:54
Acknowledged.
|
- shill::kBypassTunnelForIpParameterThirdPartyVpn, |
+ shill::kExclusionListParameterThirdPartyVpn, |
+ shill::kInclusionListParameterThirdPartyVpn, |
shill::kSubnetPrefixParameterThirdPartyVpn, |
shill::kMtuParameterThirdPartyVpn, |
shill::kDomainSearchParameterThirdPartyVpn, |