mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 01:26:03 +01:00
66648c2343
- 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.
14 lines
322 B
Diff
14 lines
322 B
Diff
diff --git ui/ozone/BUILD.gn ui/ozone/BUILD.gn
|
|
index 9cd6dc2cb2cbd..8c535634bf7d2 100644
|
|
--- ui/ozone/BUILD.gn
|
|
+++ ui/ozone/BUILD.gn
|
|
@@ -355,6 +355,8 @@ action("generate_test_support_constructor_list") {
|
|
]
|
|
|
|
deps = [ ":generate_ozone_platform_list" ]
|
|
+
|
|
+ visibility += [ "//cef:*" ]
|
|
}
|
|
|
|
test("ozone_unittests") {
|