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

Unified Diff: chromeos/dbus/fake_upstart_client.h

Issue 2791983004: DBus MediaAnalyticsClient and media_perception pb. (Closed)
Patch Set: Changing the type of a couple vars to const. 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
« no previous file with comments | « chromeos/dbus/fake_media_analytics_client.cc ('k') | chromeos/dbus/fake_upstart_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..efcb5e6a6c1344b3e19a417dd0bd3e667b7c182e 100644
--- a/chromeos/dbus/fake_upstart_client.h
+++ b/chromeos/dbus/fake_upstart_client.h
@@ -22,6 +22,8 @@ class CHROMEOS_EXPORT FakeUpstartClient : public UpstartClient {
// UpstartClient overrides.
void StartAuthPolicyService() override;
void RestartAuthPolicyService() override;
+ void StartMediaAnalytics(const UpstartCallback& callback) override;
+ void StopMediaAnalytics() override;
private:
DISALLOW_COPY_AND_ASSIGN(FakeUpstartClient);
« no previous file with comments | « chromeos/dbus/fake_media_analytics_client.cc ('k') | chromeos/dbus/fake_upstart_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698