Add missing values to cef_resource_type_t
This commit is contained in:
parent
a1d9c22b58
commit
e2576eb938
|
@ -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;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue