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

Unified Diff: chromeos/dbus/dbus_clients_browser.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/BUILD.gn ('k') | chromeos/dbus/dbus_clients_browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_clients_browser.h
diff --git a/chromeos/dbus/dbus_clients_browser.h b/chromeos/dbus/dbus_clients_browser.h
index 380bdec4fbd9585943913088d4c13760a2cdff5d..a484eedda0057063f97512b7ab32c068f952078d 100644
--- a/chromeos/dbus/dbus_clients_browser.h
+++ b/chromeos/dbus/dbus_clients_browser.h
@@ -24,6 +24,7 @@ class EasyUnlockClient;
class ImageBurnerClient;
class ImageLoaderClient;
class LorgnetteManagerClient;
+class MediaAnalyticsClient;
class UpstartClient;
// D-Bus clients used only in the browser process.
@@ -49,6 +50,7 @@ class CHROMEOS_EXPORT DBusClientsBrowser {
std::unique_ptr<ImageBurnerClient> image_burner_client_;
std::unique_ptr<ImageLoaderClient> image_loader_client_;
std::unique_ptr<LorgnetteManagerClient> lorgnette_manager_client_;
+ std::unique_ptr<MediaAnalyticsClient> media_analytics_client_;
std::unique_ptr<UpstartClient> upstart_client_;
DISALLOW_COPY_AND_ASSIGN(DBusClientsBrowser);
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/dbus_clients_browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698