mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-31 03:25:24 +01:00
5c79944b31
- CefLifeSpanHandler::OnBeforePopup is now called on the UI thread. - Remove CefBrowserSettings.javascript_open_windows which is no longer supported.
14 lines
535 B
Diff
14 lines
535 B
Diff
diff --git chrome/common/chrome_content_client.cc chrome/common/chrome_content_client.cc
|
|
index b7429b1..a65dfbf 100644
|
|
--- chrome/common/chrome_content_client.cc
|
|
+++ chrome/common/chrome_content_client.cc
|
|
@@ -81,7 +81,7 @@
|
|
#endif
|
|
|
|
#if defined(WIDEVINE_CDM_AVAILABLE) && BUILDFLAG(ENABLE_PEPPER_CDMS) && \
|
|
- !defined(WIDEVINE_CDM_IS_COMPONENT)
|
|
+ !defined(WIDEVINE_CDM_IS_COMPONENT) && defined(WIDEVINE_CDM_VERSION_STRING)
|
|
#define WIDEVINE_CDM_AVAILABLE_NOT_COMPONENT
|
|
#include "chrome/common/widevine_cdm_constants.h"
|
|
#endif
|