| Index: media/base/media.h
|
| diff --git a/media/base/media.h b/media/base/media.h
|
| index 7dd8765b5d96b3122a0502c44d208f05e8beedf2..95b2b5020f7dd6ef3b276d639836fad028928f96 100644
|
| --- a/media/base/media.h
|
| +++ b/media/base/media.h
|
| @@ -28,14 +28,6 @@ MEDIA_EXPORT bool HasPlatformDecoderSupport();
|
| // version, so does not guarantee that either can actually be played.
|
| MEDIA_EXPORT bool PlatformHasOpusSupport();
|
|
|
| -// Returns true if the unified media pipeline is enabled; the pipeline may still
|
| -// not work for all codecs if HasPlatformDecoderSupport() is false. Please see
|
| -// MimeUtil for an exhaustive listing of supported codecs.
|
| -//
|
| -// TODO(dalecurtis): These methods are temporary and should be removed once the
|
| -// unified media pipeline is supported everywhere. http://crbug.com/580626.
|
| -MEDIA_EXPORT bool IsUnifiedMediaPipelineEnabled();
|
| -
|
| // Returns whether the platform decoders are available for use.
|
| // This includes decoders being available on the platform and accessible, such
|
| // as via the GPU process. Should only be used for actual decoders
|
|
|