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

@@ -71,7 +71,7 @@ bool CefDumpWithoutCrashing(
const char* file_name = __builtin_FILE(),
int line_number = __builtin_LINE());
#if CEF_API_REMOVED(CEF_NEXT)
#if CEF_API_REMOVED(13500)
///
/// This function allows for generating of crash dumps without any throttling
/// constraints. If should also only be called after CefInitialize has been

View File

@@ -495,7 +495,7 @@ typedef enum {
CEF_CONTENT_SETTING_TYPE_CONTROLLED_FRAME,
#endif
#if CEF_API_ADDED(CEF_NEXT)
#if CEF_API_ADDED(13500)
/// Website setting which is used for UnusedSitePermissionsService to
/// store revoked notification permissions of disruptive sites.
CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS,