disable-mei-preload.patch 955 B

12345678910111213141516171819202122232425
  1. # Disables use of a binary for preloading the Media Engagement index
  2. # Said binary is: chrome/browser/resources/media/mei_preload/preloaded_data.pb
  3. # According to media/base/media_switches (for PreloadMediaEngagementData), it
  4. # "enables a list of origins to be considered as having a high MEI until there
  5. # is enough local data to determine the user's preferred behavior." This feature
  6. # does not seem to outweigh the benefit of removing the binary, thus this patch.
  7. --- a/chrome/BUILD.gn
  8. +++ b/chrome/BUILD.gn
  9. @@ -321,7 +321,6 @@ if (!is_android && !is_mac) {
  10. }
  11. data_deps += [
  12. - "//chrome/browser/resources/media/mei_preload:component",
  13. "//third_party/widevine/cdm",
  14. ]
  15. @@ -1092,7 +1091,6 @@ if (is_win) {
  16. ":keystone_registration_framework",
  17. ":swiftshader_library",
  18. ":widevine_cdm_library",
  19. - "//chrome/browser/resources/media/mei_preload:component_bundle",
  20. ]
  21. if (is_chrome_branded) {