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
839 B
Diff
14 lines
839 B
Diff
diff --git base/trace_event/builtin_categories.h base/trace_event/builtin_categories.h
|
|
index b676bc5236018..7e975003f7685 100644
|
|
--- base/trace_event/builtin_categories.h
|
|
+++ base/trace_event/builtin_categories.h
|
|
@@ -62,6 +62,8 @@
|
|
X("cc") \
|
|
X("cc.debug") \
|
|
X("cdp.perf") \
|
|
+ X("cef") \
|
|
+ X("cef.client") \
|
|
X("chromeos") \
|
|
X("cma") \
|
|
X("compositor") \
|