Update to Chromium version 97.0.4692.0 (#938553)

- Remove CefRequestContextHandler::OnBeforePluginLoad and
  CefRequestContext::PurgePluginListCache (fixes issue #3047). These methods
  stopped being relevant after the removal of Flash support in January 2021.
  The last remaining PPAPI plugin (PDF viewer) will switch to a non-plugin
  implementation in the near future (see https://crbug.com/702993#c58) and
  functionality related to plugin filtering has already been removed in
  https://crrev.com/343ae351c9.
This commit is contained in:
Marshall Greenblatt
2021-11-10 16:57:31 -05:00
parent e83d8d6a13
commit 66648c2343
119 changed files with 742 additions and 2333 deletions

View File

@@ -1,8 +1,8 @@
diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn
index bf4dba1d1da49..520979a04f77f 100644
index 9cd6dc2cb2cbd..8c535634bf7d2 100644
--- ui/ozone/BUILD.gn
+++ ui/ozone/BUILD.gn
@@ -354,6 +354,8 @@ action("generate_test_support_constructor_list") {
@@ -355,6 +355,8 @@ action("generate_test_support_constructor_list") {
]
deps = [ ":generate_ozone_platform_list" ]