mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add support for response filtering (issue #515).
- Add a new CefRequestHandler::GetResourceResponseFilter method and CefResponseFilter class.
This commit is contained in:
@ -54,10 +54,11 @@
|
||||
#define IDS_PERFORMANCE_HTML 1008
|
||||
#define IDS_PERFORMANCE2_HTML 1009
|
||||
#define IDS_PREFERENCES_HTML 1010
|
||||
#define IDS_TRANSPARENCY_HTML 1011
|
||||
#define IDS_URLREQUEST_HTML 1012
|
||||
#define IDS_WINDOW_HTML 1013
|
||||
#define IDS_XMLHTTPREQUEST_HTML 1014
|
||||
#define IDS_RESPONSE_FILTER_HTML 1011
|
||||
#define IDS_TRANSPARENCY_HTML 1012
|
||||
#define IDS_URLREQUEST_HTML 1013
|
||||
#define IDS_WINDOW_HTML 1014
|
||||
#define IDS_XMLHTTPREQUEST_HTML 1015
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
|
Reference in New Issue
Block a user