| Index: chromeos/dbus/session_manager_client.h
|
| diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h
|
| index 34e3f4ac2ef6f9972798190bea76a702ecc2f201..7b51f257dfddcf55fd8089895b3fb6a1ce814501 100644
|
| --- a/chromeos/dbus/session_manager_client.h
|
| +++ b/chromeos/dbus/session_manager_client.h
|
| @@ -231,6 +231,11 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
|
| // returns false if there is no ARC instance or ARC is not available.
|
| virtual void GetArcStartTime(const GetArcStartTimeCallback& callback) = 0;
|
|
|
| + // Asynchronously removes all ARC user data for the user whose cryptohome is
|
| + // located by |cryptohome_id|.
|
| + virtual void RemoveArcData(
|
| + const cryptohome::Identification& cryptohome_id) = 0;
|
| +
|
| // Creates the instance.
|
| static SessionManagerClient* Create(DBusClientImplementationType type);
|
|
|
|
|