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

Unified Diff: trunk/src/chromeos/dbus/shill_manager_client.cc

Issue 26075002: Revert 227100 "Track active references in ShillClientHelper (Tak..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « trunk/src/chromeos/dbus/shill_ipconfig_client.cc ('k') | trunk/src/chromeos/dbus/shill_profile_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chromeos/dbus/shill_manager_client.cc
===================================================================
--- trunk/src/chromeos/dbus/shill_manager_client.cc (revision 227138)
+++ trunk/src/chromeos/dbus/shill_manager_client.cc (working copy)
@@ -219,7 +219,7 @@
virtual void Init(dbus::Bus* bus) OVERRIDE {
proxy_ = bus->GetObjectProxy(shill::kFlimflamServiceName,
dbus::ObjectPath(shill::kFlimflamServicePath));
- helper_.reset(new ShillClientHelper(proxy_));
+ helper_.reset(new ShillClientHelper(bus, proxy_));
helper_->MonitorPropertyChanged(shill::kFlimflamManagerInterface);
}
« no previous file with comments | « trunk/src/chromeos/dbus/shill_ipconfig_client.cc ('k') | trunk/src/chromeos/dbus/shill_profile_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698