Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: chromeos/dbus/fake_shill_manager_client.cc

Issue 2592383003: MD Settings: Switch cr_network_icon to use svg icons (Closed)
Patch Set: Fix function declarations. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698