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

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: 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..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
« 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