| Index: content/browser/media/media_internals.cc
|
| diff --git a/content/browser/media/media_internals.cc b/content/browser/media/media_internals.cc
|
| index c8b7da3c9167549f98fd28345995bc4462a685f7..a43f91928834e24c2c08dd987466cdc2d6743379 100644
|
| --- a/content/browser/media/media_internals.cc
|
| +++ b/content/browser/media/media_internals.cc
|
| @@ -29,7 +29,7 @@
|
| #include "media/base/media_log_event.h"
|
| #include "media/filters/gpu_video_decoder.h"
|
|
|
| -#if !defined(OS_ANDROID)
|
| +#if !defined(DISABLE_FFMPEG_VIDEO_DECODERS)
|
| #include "media/filters/decrypting_video_decoder.h"
|
| #endif
|
|
|
| @@ -487,7 +487,7 @@ std::string MediaInternals::MediaInternalsUMAHandler::GetUMANameForAVStream(
|
| return uma_name + "Other";
|
| }
|
|
|
| -#if !defined(OS_ANDROID)
|
| +#if !defined(DISABLE_FFMPEG_VIDEO_DECODERS)
|
| if (player_info.video_decoder ==
|
| media::DecryptingVideoDecoder::kDecoderName) {
|
| return uma_name + "DVD";
|
|
|