disable-mei-preload.patch 958 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. @@ -325,7 +325,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. }
  16. @@ -1131,7 +1130,6 @@ if (is_win) {
  17. ":keystone_registration_framework",
  18. ":swiftshader_library",
  19. ":widevine_cdm_library",
  20. - "//chrome/browser/resources/media/mei_preload:component_bundle",
  21. ]
  22. if (is_chrome_branded) {