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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2693013006: arc: Add cryptohome_id to EmitArcBooted. (Closed)
Patch Set: Address Luis's comments. Created 3 years, 10 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 781143ea8f92cc199c08d5b7eea47640d886f32a..372890a48e3a6752b4a20851d7debe064e032974 100644
--- a/chromeos/dbus/session_manager_client.h
+++ b/chromeos/dbus/session_manager_client.h
@@ -270,7 +270,8 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
const ArcCallback& callback) = 0;
// Emits the "arc-booted" upstart signal.
- virtual void EmitArcBooted() = 0;
+ virtual void EmitArcBooted(const cryptohome::Identification& cryptohome_id,
+ const ArcCallback& callback) = 0;
// Asynchronously retrieves the timestamp which ARC instance is invoked or
// returns false if there is no ARC instance or ARC is not available.
« 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