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

Unified Diff: chromeos/dbus/fake_shill_manager_client.h

Issue 399303003: Eliminate use of sim unlock UI notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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.h
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h
index 4a94199884668f733c312e0d30b83efb486bcb2c..34b10a5bb456e44937db01d996916a0cba066134 100644
--- a/chromeos/dbus/fake_shill_manager_client.h
+++ b/chromeos/dbus/fake_shill_manager_client.h
@@ -144,6 +144,9 @@ class CHROMEOS_EXPORT FakeShillManagerClient
// Initial state for fake services.
std::map<std::string, std::string> shill_initial_state_map_;
+ typedef std::map<std::string, base::Value*> ShillPropertyMap;
+ typedef std::map<std::string, ShillPropertyMap> DevicePropertyMap;
+ DevicePropertyMap shill_device_property_map_;
stevenjb 2014/07/18 00:29:40 This is kind of overkill for what is currently a s
ObserverList<ShillPropertyChangedObserver> observer_list_;

Powered by Google App Engine
This is Rietveld 408576698