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

Unified Diff: media/base/container_names.h

Issue 133483003: Add one extra UMA for video casting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | tools/metrics/actions/chromeactions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/container_names.h
diff --git a/media/base/container_names.h b/media/base/container_names.h
index 7b7b099a00aa3000343dbae412a518486b3533b9..0439695a25c6e980a2038a5305735781b20d6e6c 100644
--- a/media/base/container_names.h
+++ b/media/base/container_names.h
@@ -56,6 +56,8 @@ enum MediaContainerName {
CONTAINER_WAV, // WAV / WAVE (Waveform Audio)
CONTAINER_WEBM, // Matroska / WebM
CONTAINER_WTV, // WTV (Windows Television)
+ CONTAINER_DASH, // DASH (MPEG-DASH)
+ CONTAINER_SMOOTHSTREAM, // SmoothStreaming
xhwang 2014/01/31 00:27:42 comment indent is off
Miguel Garcia 2014/01/31 12:19:03 Done.
CONTAINER_MAX // Must be last
};
« no previous file with comments | « no previous file | tools/metrics/actions/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698