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

Unified Diff: media/base/media.h

Issue 2926393002: Enable vp09 codec string in WebM by default (Closed)
Patch Set: Created 3 years, 6 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 | « media/base/decode_capabilities.cc ('k') | media/base/media.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media.h
diff --git a/media/base/media.h b/media/base/media.h
index 6a87bb0d0c98d0fb7f5ee354072cce14b79362ef..f6a53f4b1b9ca7b62aa4568c4b790eb15ceaab7f 100644
--- a/media/base/media.h
+++ b/media/base/media.h
@@ -29,13 +29,6 @@ MEDIA_EXPORT bool HasPlatformDecoderSupport();
MEDIA_EXPORT bool PlatformHasOpusSupport();
#endif
-// Tells the media library to support parsing of the new multipart vp9 codec
-// string.
-// TODO(chcunningham): Remove these (always support) when string standardized.
-MEDIA_EXPORT void EnableNewVp9CodecStringSupport();
-MEDIA_EXPORT bool HasNewVp9CodecStringSupport();
-MEDIA_EXPORT void DisableNewVp9CodecStringSupport_ForTesting();
-
} // namespace media
#endif // MEDIA_BASE_MEDIA_H_
« no previous file with comments | « media/base/decode_capabilities.cc ('k') | media/base/media.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698