Chromium Code Reviews| 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..0dd506fd441ff900f8649562ee9f58f0f098fb5a 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 const char* GetSharedProfilePath(); |
|
pneubeck (no reviews)
2014/02/28 09:37:59
const char* -> std::string
to prevent any surprise
stevenjb
2014/02/28 17:43:06
We do this a lot in the UI (where it makes compare
|
| + |
| // Adds a property changed |observer| for the profile at |profile_path|. |
| virtual void AddPropertyChangedObserver( |
| const dbus::ObjectPath& profile_path, |