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

Unified Diff: chromeos/dbus/fake_upstart_client.h

Issue 2791983004: DBus MediaAnalyticsClient and media_perception pb. (Closed)
Patch Set: Fixing compile error. 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.h
diff --git a/chromeos/dbus/fake_upstart_client.h b/chromeos/dbus/fake_upstart_client.h
index c5dc1391c3e152d68c92b5862a142738fb1abfb1..3c845b824f35ef5a890b77267e9b91f4698853a5 100644
--- a/chromeos/dbus/fake_upstart_client.h
+++ b/chromeos/dbus/fake_upstart_client.h
@@ -23,6 +23,9 @@ class CHROMEOS_EXPORT FakeUpstartClient : public UpstartClient {
void StartAuthPolicyService() override;
void RestartAuthPolicyService() override;
tbarzic 2017/05/05 21:10:42 remove line 25 (as these all seem to be UpstartCli
Luke Sorenson 2017/05/08 19:06:07 Done.
+ void StartMediaAnalytics(const UpstartCallback& callback) override;
+ void StopMediaAnalytics() override;
+
private:
DISALLOW_COPY_AND_ASSIGN(FakeUpstartClient);
};

Powered by Google App Engine
This is Rietveld 408576698