Tag 13500 API version

This commit is contained in:
Marshall Greenblatt
2025-03-12 14:37:45 -04:00
parent 00b4581c9b
commit 8db54e92c2
5 changed files with 11 additions and 5 deletions

View File

@@ -241,7 +241,7 @@ CEF_EXPORT int cef_dump_without_crashing(long long mseconds_between_dumps,
}
CEF_EXPORT int cef_dump_without_crashing_unthrottled() {
CEF_API_REQUIRE_REMOVED(CEF_NEXT);
CEF_API_REQUIRE_REMOVED(13500);
NOTIMPLEMENTED();
return 0;
}