mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add missing values to cef_resource_type_t
This commit is contained in:
@@ -1076,6 +1076,16 @@ typedef enum {
|
|||||||
// Main resource of a service worker.
|
// Main resource of a service worker.
|
||||||
///
|
///
|
||||||
RT_SERVICE_WORKER,
|
RT_SERVICE_WORKER,
|
||||||
|
|
||||||
|
///
|
||||||
|
// A report of Content Security Policy violations.
|
||||||
|
///
|
||||||
|
RT_CSP_REPORT,
|
||||||
|
|
||||||
|
///
|
||||||
|
// A resource that a plugin requested.
|
||||||
|
///
|
||||||
|
RT_PLUGIN_RESOURCE,
|
||||||
} cef_resource_type_t;
|
} cef_resource_type_t;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user