Add missing values to cef_resource_type_t

This commit is contained in:
Marshall Greenblatt 2016-02-24 12:42:18 -05:00
parent a1d9c22b58
commit e2576eb938
1 changed files with 10 additions and 0 deletions

View File

@ -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;
///