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

Unified Diff: components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc

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/session_manager_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
diff --git a/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc b/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
index fbbe8c24a40d2b118780238b225e317e3d3c6138..8b4416d3d1f9cdad918f26c3a2042641aaedd609 100644
--- a/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
+++ b/components/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc
@@ -49,6 +49,7 @@ void ArcBootPhaseMonitorBridge::OnBootCompleted() {
chromeos::DBusThreadManager::Get()->GetSessionManagerClient();
session_manager_client->PrioritizeArcInstance(
base::Bind(PrioritizeArcInstanceCallback));
+ session_manager_client->EmitArcBooted();
}
} // namespace arc
« no previous file with comments | « chromeos/dbus/session_manager_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698