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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2332153002: Call session_manager's EmitArcBooted() D-Bus method when ARC is ready (Closed)
Patch Set: rebased on top of my cros_system_api CL to run try, no code change Created 4 years, 3 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 0a6296ff25621592abf82ffeafdb9915654511f3..41a7e4c56551e04e22b2b8c98da9d6786e0286dc 100644
--- a/chromeos/dbus/session_manager_client.h
+++ b/chromeos/dbus/session_manager_client.h
@@ -248,6 +248,9 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
// will be ignored.
virtual void PrioritizeArcInstance(const ArcCallback& callback) = 0;
+ // Emits the "arc-booted" upstart signal.
+ virtual void EmitArcBooted() = 0;
+
// Asynchronously retrieves the timestamp which ARC instance is invoked or
// returns false if there is no ARC instance or ARC is not available.
virtual void GetArcStartTime(const GetArcStartTimeCallback& callback) = 0;
« 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