| Index: chromeos/dbus/shill_service_client_stub.cc
|
| diff --git a/chromeos/dbus/shill_service_client_stub.cc b/chromeos/dbus/shill_service_client_stub.cc
|
| index 86e637b196e44496dbc0f9b1339b4f7b027afd81..84c53e0bfb15991481c4a99970b340369d9127fe 100644
|
| --- a/chromeos/dbus/shill_service_client_stub.cc
|
| +++ b/chromeos/dbus/shill_service_client_stub.cc
|
| @@ -335,6 +335,16 @@ void ShillServiceClientStub::SetDefaultProperties() {
|
| SetServiceProperty("stub_cellular1",
|
| flimflam::kActivationStateProperty,
|
| activation_value);
|
| +
|
| + AddService("stub_vpn1", "vpn1",
|
| + flimflam::kTypeVPN,
|
| + flimflam::kStateOnline,
|
| + add_to_watchlist);
|
| +
|
| + AddService("stub_vpn2", "vpn2",
|
| + flimflam::kTypeVPN,
|
| + flimflam::kStateOffline,
|
| + add_to_watchlist);
|
| }
|
|
|
| void ShillServiceClientStub::PassStubServiceProperties(
|
|
|