Chromium Code Reviews

Unified Diff: chromeos/dbus/fake_shill_manager_client.h

Issue 954293003: Support badges and connecting animation in cr-network-icon element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chromeos/dbus/fake_shill_manager_client.h
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h
index b21b2a16f6cdd82509322eb63e6044ac3d760643..61d180981eee131edad9f64f0eea26319780ab5e 100644
--- a/chromeos/dbus/fake_shill_manager_client.h
+++ b/chromeos/dbus/fake_shill_manager_client.h
@@ -142,6 +142,9 @@ class CHROMEOS_EXPORT FakeShillManagerClient
// Initial state for fake services.
std::map<std::string, std::string> shill_initial_state_map_;
+ // Technology type for fake cellular service.
+ std::string cellular_technology_;
+
// Roaming state for fake cellular service.
std::string roaming_state_;

Powered by Google App Engine