mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-16 11:28:54 +01:00
47d69a842a
- mac: Xcode 14.0 with macOS SDK 13.0 is now required. - Remove CefRequestHandler::OnQuotaRequest because persistent quota is no longer supported (see https://crbug.com/1208141)
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 a96b2338f39ad..48f1ef2d96045 100644
|
|
--- base/trace_event/builtin_categories.h
|
|
+++ base/trace_event/builtin_categories.h
|
|
@@ -64,6 +64,8 @@
|
|
X("cc") \
|
|
X("cc.debug") \
|
|
X("cdp.perf") \
|
|
+ X("cef") \
|
|
+ X("cef.client") \
|
|
X("chromeos") \
|
|
X("cma") \
|
|
X("compositor") \
|