Index: media/mojo/interfaces/audio_decoder.mojom |
diff --git a/media/mojo/interfaces/audio_decoder.mojom b/media/mojo/interfaces/audio_decoder.mojom |
index 544945cf3a721d7bb18edddcab4ef9d0fd5a8858..5994a0adaed5accfa129b8161e856a9ec2fa9e0f 100644 |
--- a/media/mojo/interfaces/audio_decoder.mojom |
+++ b/media/mojo/interfaces/audio_decoder.mojom |
@@ -7,13 +7,6 @@ module media.interfaces; |
import "media/mojo/interfaces/media_types.mojom"; |
interface AudioDecoder { |
- // Status of a decode operation. See media::AudioDecoder for description. |
- enum DecodeStatus { |
- OK, // We're all good. |
- ABORTED, // We aborted as a result of Reset() or destruction. |
- DECODE_ERROR, // A decoding error occurred. |
- }; |
- |
// Initializes the AudioDecoder with the audio codec configuration and CDM id. |
// For the unencrypted streams the |cdm_id| is ignored. Executed the callback |
// with whether the initialization succeeded, and whether the pipeline needs |