| 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_
|
|
|