Chromium Code Reviews| Index: chromeos/dbus/fake_shill_manager_client.cc |
| diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc |
| index 2f22a461b1e3586e25cccbcdddc4e8ef462635e9..c8b13ea90fb23ea7afb18d2d5852af56964e31f3 100644 |
| --- a/chromeos/dbus/fake_shill_manager_client.cc |
| +++ b/chromeos/dbus/fake_shill_manager_client.cc |
| @@ -833,6 +833,9 @@ void FakeShillManagerClient::SetupDefaultEnvironment() { |
| services->SetServiceProperty(kCellularServicePath, |
| shill::kNetworkTechnologyProperty, |
| technology_value); |
| + base::FundamentalValue strength_value(50); |
| + services->SetServiceProperty( |
| + kCellularServicePath, shill::kSignalStrengthProperty, strength_value); |
|
Dan Beam
2017/01/05 02:49:12
debugging code?
stevenjb
2017/01/05 17:37:37
Yes, all of this file is. Needed to adjust this to
|
| if (activated) { |
| services->SetServiceProperty( |