mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 20:50:42 +01:00
Add two missing resource types to cef_resource_type_t enum
This commit is contained in:
parent
b223419041
commit
e4f25cec32
@ -1097,6 +1097,16 @@ typedef enum {
|
||||
// A resource that a plugin requested.
|
||||
///
|
||||
RT_PLUGIN_RESOURCE,
|
||||
|
||||
///
|
||||
// A main-frame service worker navigation preload request.
|
||||
///
|
||||
RT_NAVIGATION_PRELOAD_MAIN_FRAME = 19,
|
||||
|
||||
///
|
||||
// A sub-frame service worker navigation preload request.
|
||||
///
|
||||
RT_NAVIGATION_PRELOAD_SUB_FRAME,
|
||||
} cef_resource_type_t;
|
||||
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user