Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2023803003: arc: Send cryptohome ID on starting ARC instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: s/GetActiveUser/GetPrimaryUser/g Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/mock_session_manager_client.h ('k') | chromeos/dbus/session_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromeos/dbus/mock_session_manager_client.h ('k') | chromeos/dbus/session_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698