summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_shill_manager_client.h
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 20:39:54 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 20:39:54 +0000
commit6f9396659fe310830483e1239816ec90d27a4b35 (patch)
tree1ab2b1ec89c7cf0f8548e8cad19d4116373f25b3 /chromeos/dbus/fake_shill_manager_client.h
parent53a6c1eff8bedf9638d4d4c3f2c23898b4587bcc (diff)
downloadchromium_src-6f9396659fe310830483e1239816ec90d27a4b35.zip
chromium_src-6f9396659fe310830483e1239816ec90d27a4b35.tar.gz
chromium_src-6f9396659fe310830483e1239816ec90d27a4b35.tar.bz2
Eliminate use of sim unlock UI notifications
This includes some changes to the Fake Shill implementation to support enabling sim lock to test the UI. (Was also tested using pseudomodem). BUG=279351 For c/b/resources TBR=xiyuan@chromium.org Review URL: https://codereview.chromium.org/399303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/fake_shill_manager_client.h')
-rw-r--r--chromeos/dbus/fake_shill_manager_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h
index 4a94199..34b10a5 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_;
ObserverList<ShillPropertyChangedObserver> observer_list_;