Index: chromeos/dbus/shill_profile_client.h |
diff --git a/chromeos/dbus/shill_profile_client.h b/chromeos/dbus/shill_profile_client.h |
index e6d388571fd295e8711d405d6c35e389c82aba4e..b237fb0524f99767e1c2a1d2e4630f321aec8d9a 100644 |
--- a/chromeos/dbus/shill_profile_client.h |
+++ b/chromeos/dbus/shill_profile_client.h |
@@ -76,6 +76,9 @@ class CHROMEOS_EXPORT ShillProfileClient : public DBusClient { |
// For normal usage, access the singleton via DBusThreadManager::Get(). |
static ShillProfileClient* Create(); |
+ // Returns the shared profile path. |
+ static std::string GetSharedProfilePath(); |
+ |
// Adds a property changed |observer| for the profile at |profile_path|. |
virtual void AddPropertyChangedObserver( |
const dbus::ObjectPath& profile_path, |