diff --git a/include/internal/cef_types.h b/include/internal/cef_types.h index 10a6b03f0..aa1d7f9d2 100644 --- a/include/internal/cef_types.h +++ b/include/internal/cef_types.h @@ -1076,6 +1076,16 @@ typedef enum { // Main resource of a 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; ///