mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add two missing resource types to cef_resource_type_t enum
This commit is contained in:
committed by
Marshall Greenblatt
parent
6dad2c45ee
commit
0cbc0a757e
@@ -1159,6 +1159,16 @@ typedef enum {
|
|||||||
// A resource that a plugin requested.
|
// A resource that a plugin requested.
|
||||||
///
|
///
|
||||||
RT_PLUGIN_RESOURCE,
|
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;
|
} cef_resource_type_t;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user