Chromium Code Reviews| 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..4a246b961f933a7622691264490b5501e40ee6b7 100644 |
| --- a/chromeos/dbus/session_manager_client.h |
| +++ b/chromeos/dbus/session_manager_client.h |
| @@ -217,6 +217,7 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient { |
| // socket for communication with the instance. Upon completion, invokes |
|
hashimoto
2016/05/30 11:20:17
Please add a comment about cryptohome_id.
Shuhei Takahashi
2016/05/30 11:47:50
Done.
|
| // |callback| with the result. |
| virtual void StartArcInstance(const std::string& socket_path, |
| + const cryptohome::Identification& cryptohome_id, |
| const ArcCallback& callback) = 0; |
| // Asynchronously stops the ARC instance. Upon completion, invokes |