| Index: third_party/widevine/cdm/widevine_cdm_common.h
|
| diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h
|
| index 9004555b8e54bf9c45b1e80eae2336e05b8e4032..c03d80efaaf98fc50584c5bedb452e2dd7832f78 100644
|
| --- a/third_party/widevine/cdm/widevine_cdm_common.h
|
| +++ b/third_party/widevine/cdm/widevine_cdm_common.h
|
| @@ -60,10 +60,6 @@ const char kCdmSupportedCodecAac[] = "aac";
|
| const char kCdmSupportedCodecAvc1[] = "avc1";
|
| #endif // defined(USE_PROPRIETARY_CODECS)
|
|
|
| -#if defined(OS_MACOSX) || defined(OS_WIN)
|
| -// CDM is installed by the component installer instead of the Chrome installer.
|
| -#define WIDEVINE_CDM_IS_COMPONENT
|
| -#endif // defined(OS_MACOSX) || defined(OS_WIN)
|
| #endif // defined(ENABLE_PEPPER_CDMS)
|
|
|
| #endif // WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
|
|
|