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

Unified Diff: chromeos/dbus/fake_session_manager_client.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/fake_session_manager_client.h ('k') | chromeos/dbus/mock_session_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_session_manager_client.cc
diff --git a/chromeos/dbus/fake_session_manager_client.cc b/chromeos/dbus/fake_session_manager_client.cc
index 470811f5e083dcfab70d52692b90a95865f83234..45266f65b80eb4c08a5791348fb3fde1bd7ba158 100644
--- a/chromeos/dbus/fake_session_manager_client.cc
+++ b/chromeos/dbus/fake_session_manager_client.cc
@@ -179,6 +179,8 @@ void FakeSessionManagerClient::PrioritizeArcInstance(
FROM_HERE, base::Bind(callback, arc_available_));
}
+void FakeSessionManagerClient::EmitArcBooted() {}
+
void FakeSessionManagerClient::GetArcStartTime(
const GetArcStartTimeCallback& callback) {
base::ThreadTaskRunnerHandle::Get()->PostTask(
« no previous file with comments | « chromeos/dbus/fake_session_manager_client.h ('k') | chromeos/dbus/mock_session_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698