Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 670928
Collapse All | Expand All

(-)a/chrome/common/chrome_content_client.cc (-1 / +1 lines)
Lines 99-105 Link Here
99
// Registers Widevine CDM if Widevine is enabled, the Widevine CDM is
99
// Registers Widevine CDM if Widevine is enabled, the Widevine CDM is
100
// bundled and not a component. When the Widevine CDM is a component, it is
100
// bundled and not a component. When the Widevine CDM is a component, it is
101
// registered in widevine_cdm_component_installer.cc.
101
// registered in widevine_cdm_component_installer.cc.
102
#if BUILDFLAG(BUNDLE_WIDEVINE_CDM) && !BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT)
102
#if BUILDFLAG(ENABLE_WIDEVINE) && !BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT)
103
#define REGISTER_BUNDLED_WIDEVINE_CDM
103
#define REGISTER_BUNDLED_WIDEVINE_CDM
104
#include "third_party/widevine/cdm/widevine_cdm_common.h"  // nogncheck
104
#include "third_party/widevine/cdm/widevine_cdm_common.h"  // nogncheck
105
// TODO(crbug.com/663554): Needed for WIDEVINE_CDM_VERSION_STRING. Support
105
// TODO(crbug.com/663554): Needed for WIDEVINE_CDM_VERSION_STRING. Support
(-)a/third_party/widevine/cdm/widevine_cdm_version.h (+1 lines)
Lines 11-15 Link Here
11
// If the Widevine CDM is available define the following:
11
// If the Widevine CDM is available define the following:
12
//  - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
12
//  - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
13
//    as a string, e.g., "1.0.123.456").
13
//    as a string, e.g., "1.0.123.456").
14
#define WIDEVINE_CDM_VERSION_STRING "unknown"
14
15
15
#endif  // WIDEVINE_CDM_VERSION_H_
16
#endif  // WIDEVINE_CDM_VERSION_H_

Return to bug 670928