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

Unified Diff: chromeos/dbus/fake_upstart_client.cc

Issue 2791983004: DBus MediaAnalyticsClient and media_perception pb. (Closed)
Patch Set: Addressing more comments. Created 3 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
Index: chromeos/dbus/fake_upstart_client.cc
diff --git a/chromeos/dbus/fake_upstart_client.cc b/chromeos/dbus/fake_upstart_client.cc
index 7f803c86c1c71023a6079935a635b615ee5f57e6..e5eaefa8dcf902b2e216e91d9c795dfad112daaf 100644
--- a/chromeos/dbus/fake_upstart_client.cc
+++ b/chromeos/dbus/fake_upstart_client.cc
@@ -29,4 +29,10 @@ void FakeUpstartClient::RestartAuthPolicyService() {
authpolicy_client->set_started(true);
}
+void FakeUpstartClient::StartMediaAnalytics(const UpstartCallback& callback) {
tbarzic 2017/05/09 20:28:41 it might be useful to tailor FakeMediaAnalytics cl
Luke Sorenson 2017/05/09 22:21:25 Acknowledged. For now, going to keep them independ
tbarzic 2017/05/10 03:26:24 I'd prefer it done now, given that it would match
Luke Sorenson 2017/05/10 16:38:22 Done.
+ callback.Run(true);
+}
+
+void FakeUpstartClient::StopMediaAnalytics() {}
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698