Index: chromeos/dbus/session_manager_client.h |
diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h |
index df39ec7e370157711cf66acab27bc35e5ade7fe3..d6e29da4052561ff4a58feb3bb91b5525fe25d57 100644 |
--- a/chromeos/dbus/session_manager_client.h |
+++ b/chromeos/dbus/session_manager_client.h |
@@ -213,10 +213,10 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient { |
// The result of the operation is reported through |callback|. |
virtual void CheckArcAvailability(const ArcCallback& callback) = 0; |
- // Asynchronously starts the ARC instance using |socket_path| as the IPC |
- // socket for communication with the instance. Upon completion, invokes |
- // |callback| with the result. |
- virtual void StartArcInstance(const std::string& socket_path, |
+ // Asynchronously starts the ARC instance for the user whose cryptohome is |
+ // located by |cryptohome_id|. Upon completion, invokes |callback| with |
+ // the result. |
+ virtual void StartArcInstance(const cryptohome::Identification& cryptohome_id, |
const ArcCallback& callback) = 0; |
// Asynchronously stops the ARC instance. Upon completion, invokes |