summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 21:18:59 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 21:18:59 +0000
commitc45d12c0186dbf6a1ffdbb7cb45a15c2366d9dcf (patch)
treec443d09430e63937bee60a01d54d2184e7db398e /dbus
parent1bcf001748ed3d6e5d305587f069ac2ae02aae5a (diff)
downloadchromium_src-c45d12c0186dbf6a1ffdbb7cb45a15c2366d9dcf.zip
chromium_src-c45d12c0186dbf6a1ffdbb7cb45a15c2366d9dcf.tar.gz
chromium_src-c45d12c0186dbf6a1ffdbb7cb45a15c2366d9dcf.tar.bz2
Revert 224179 "Track active references in ShillClientHelper"
Use after free on ASAN chromiumos. > Track active references in ShillClientHelper > To prevent Shill Service DBus ObjectProxy instances from accumulating, > remove them when the service becomes inactive. > > BUG=223483 > > Review URL: https://chromiumcodereview.appspot.com/23658053 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/24293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus')
-rw-r--r--dbus/object_proxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
index 72a4a59..798ba97 100644
--- a/dbus/object_proxy.h
+++ b/dbus/object_proxy.h
@@ -153,8 +153,6 @@ class CHROME_DBUS_EXPORT ObjectProxy
// BLOCKING CALL.
virtual void Detach();
- const ObjectPath& object_path() const { return object_path_; }
-
// Returns an empty callback that does nothing. Can be used for
// CallMethod().
static ResponseCallback EmptyResponseCallback();