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

Unified Diff: Source/platform/ContentType.h

Issue 1283573002: Do the codec string parsing for MSE in media, instead of Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « Source/modules/mediasource/MediaSource.cpp ('k') | Source/platform/ContentType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ContentType.h
diff --git a/Source/platform/ContentType.h b/Source/platform/ContentType.h
index f67d4e2ca33917068892ea5f6d342cba960a65e3..b984d2d3ce6e0341ebbd0d453c16e805faa79b94 100644
--- a/Source/platform/ContentType.h
+++ b/Source/platform/ContentType.h
@@ -38,7 +38,6 @@ public:
String parameter(const String& parameterName) const;
String type() const;
- Vector<String> codecs() const;
const String& raw() const { return m_type; }
private:
String m_type;
« no previous file with comments | « Source/modules/mediasource/MediaSource.cpp ('k') | Source/platform/ContentType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698