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

Unified Diff: media/base/media_log.h

Issue 2517313002: Merge M56: "Add audio only watch time metrics." (Closed)
Patch Set: Created 4 years, 1 month 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 | « content/browser/media/media_internals.cc ('k') | media/base/media_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_log.h
diff --git a/media/base/media_log.h b/media/base/media_log.h
index cfcf05308925ca59373f6a8646e6394c609563c6..2be72840ab1c6367d180119118e6619ecf5c6a78 100644
--- a/media/base/media_log.h
+++ b/media/base/media_log.h
@@ -84,6 +84,12 @@ class MEDIA_EXPORT MediaLog : public base::RefCountedThreadSafe<MediaLog> {
void SetBooleanProperty(const std::string& key, bool value);
// Histogram names used for reporting; also double as MediaLog key names.
+ static const char kWatchTimeAudioAll[];
+ static const char kWatchTimeAudioMse[];
+ static const char kWatchTimeAudioEme[];
+ static const char kWatchTimeAudioSrc[];
+ static const char kWatchTimeAudioBattery[];
+ static const char kWatchTimeAudioAc[];
static const char kWatchTimeAudioVideoAll[];
static const char kWatchTimeAudioVideoMse[];
static const char kWatchTimeAudioVideoEme[];
« no previous file with comments | « content/browser/media/media_internals.cc ('k') | media/base/media_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698