mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix enum value typos
This commit is contained in:
@@ -1271,7 +1271,11 @@ typedef enum {
|
|||||||
PDE_TYPE_BYTES,
|
PDE_TYPE_BYTES,
|
||||||
PDE_TYPE_FILE,
|
PDE_TYPE_FILE,
|
||||||
|
|
||||||
|
#if CEF_API_ADDED(CEF_NEXT)
|
||||||
|
PDE_TYPE_NUM_VALUES,
|
||||||
|
#else
|
||||||
PDF_TYPE_NUM_VALUES,
|
PDF_TYPE_NUM_VALUES,
|
||||||
|
#endif
|
||||||
} cef_postdataelement_type_t;
|
} cef_postdataelement_type_t;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
@@ -387,7 +387,11 @@ typedef enum {
|
|||||||
/// ALLOW (default): no effect (e.g. third-party cookies allowed, if not
|
/// ALLOW (default): no effect (e.g. third-party cookies allowed, if not
|
||||||
/// blocked otherwise).
|
/// blocked otherwise).
|
||||||
/// BLOCK: third-party cookies blocked, but 3PCD mitigations enabled.
|
/// BLOCK: third-party cookies blocked, but 3PCD mitigations enabled.
|
||||||
|
#if CEF_API_ADDED(CEF_NEXT)
|
||||||
|
CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_TPCD_ORIGIN_TRIAL,
|
||||||
|
#else
|
||||||
CEF_CONTENT_SETTING_TOP_LEVEL_TPCD_ORIGIN_TRIAL,
|
CEF_CONTENT_SETTING_TOP_LEVEL_TPCD_ORIGIN_TRIAL,
|
||||||
|
#endif
|
||||||
|
|
||||||
/// Content setting used to indicate whether entering picture-in-picture
|
/// Content setting used to indicate whether entering picture-in-picture
|
||||||
/// automatically should be enabled.
|
/// automatically should be enabled.
|
||||||
|
Reference in New Issue
Block a user