diff --git a/patches/media-media_options.gni.patch b/patches/media-media_options.gni.patch index e831184cd2e9..04e78354c83e 100644 --- a/patches/media-media_options.gni.patch +++ b/patches/media-media_options.gni.patch @@ -1,5 +1,5 @@ diff --git a/media/media_options.gni b/media/media_options.gni -index d8e20f62c19d34d036760883a02d3350aa696f1b..0d920ed8e57e1b4bbd928a937cec88b40b1fb18e 100644 +index d8e20f62c19d34d036760883a02d3350aa696f1b..b50672e5e84652d896561af669cc712458cd2912 100644 --- a/media/media_options.gni +++ b/media/media_options.gni @@ -146,7 +146,7 @@ declare_args() { @@ -7,7 +7,7 @@ index d8e20f62c19d34d036760883a02d3350aa696f1b..0d920ed8e57e1b4bbd928a937cec88b4 # Windows and Mac. enable_cdm_host_verification = - enable_library_cdms && (is_mac || is_win) && is_chrome_branded -+ enable_library_cdms && (is_mac || is_win) ++ enable_library_cdms && (is_mac || is_win) && is_official_build # Enable Storage ID which is used by CDMs. This is only available with chrome # branding, but may be overridden by other embedders.