From 81d54830e937de4b8a031ab6d924e01461d91339 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 19 Feb 2025 12:06:11 -0500 Subject: [PATCH] Tag 13400 API version --- cef_api_versions.json | 9 ++++++++- include/internal/cef_types.h | 2 +- include/internal/cef_types_content_settings.h | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cef_api_versions.json b/cef_api_versions.json index 77834d8bd..de56a761b 100644 --- a/cef_api_versions.json +++ b/cef_api_versions.json @@ -34,8 +34,15 @@ "mac": "32af7e8f8828b04cf2908de9857940faa54deb8a", "universal": "131b720865dd5c54c72041c0fbfb7c9bbfee8e0b", "windows": "979b48138012378192dac7ee972fa731e9c0dae9" + }, + "13400": { + "comment": "Added February 19, 2025.", + "linux": "342696aa818bc9a512cc965ed4c19ba705d2c839", + "mac": "7a20d0f7dc388406111461d6b1addd329b4be567", + "universal": "65de718ba0e0693dfc3b26e7e6a4814bbeeb10be", + "windows": "afe73f64f156154ff5b099c36186cbc03136172d" } }, - "last": "13304", + "last": "13400", "min": "13300" } \ No newline at end of file diff --git a/include/internal/cef_types.h b/include/internal/cef_types.h index 61551224b..89a08584e 100644 --- a/include/internal/cef_types.h +++ b/include/internal/cef_types.h @@ -3622,7 +3622,7 @@ typedef enum { #if CEF_API_ADDED(13304) CEF_CPAIT_COLLABORATION_MESSAGING, #endif -#if CEF_API_ADDED(CEF_NEXT) +#if CEF_API_ADDED(13400) CEF_CPAIT_CHANGE_PASSWORD, #endif CEF_CPAIT_NUM_VALUES, diff --git a/include/internal/cef_types_content_settings.h b/include/internal/cef_types_content_settings.h index 07b64b6ba..99096d69b 100644 --- a/include/internal/cef_types_content_settings.h +++ b/include/internal/cef_types_content_settings.h @@ -486,7 +486,7 @@ typedef enum { /// or legacy behavior. CEF_CONTENT_SETTING_TYPE_LEGACY_COOKIE_SCOPE, -#if CEF_API_ADDED(CEF_NEXT) +#if CEF_API_ADDED(13400) /// Website setting to indicate whether the user has allowlisted suspicious /// notifications for the origin. CEF_CONTENT_SETTING_TYPE_ARE_SUSPICIOUS_NOTIFICATIONS_ALLOWLISTED_BY_USER,