Tag 13400 API version

This commit is contained in:
Marshall Greenblatt
2025-02-19 12:06:11 -05:00
parent 0c25276083
commit 81d54830e9
3 changed files with 10 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -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,

View File

@@ -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,