summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_manager_client_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/shill_manager_client_stub.cc')
-rw-r--r--chromeos/dbus/shill_manager_client_stub.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_manager_client_stub.cc b/chromeos/dbus/shill_manager_client_stub.cc
index b601eb2..0614874 100644
--- a/chromeos/dbus/shill_manager_client_stub.cc
+++ b/chromeos/dbus/shill_manager_client_stub.cc
@@ -78,13 +78,16 @@ void AppendServicesForType(
ShillManagerClientStub::ShillManagerClientStub()
: weak_ptr_factory_(this) {
- SetDefaultProperties();
}
ShillManagerClientStub::~ShillManagerClientStub() {}
// ShillManagerClient overrides.
+void ShillManagerClientStub::Init(dbus::Bus* bus) {
+ SetDefaultProperties();
+}
+
void ShillManagerClientStub::AddPropertyChangedObserver(
ShillPropertyChangedObserver* observer) {
observer_list_.AddObserver(observer);