mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Call OnBeforePluginLoad when building the plugin list (issue #1708)
This commit is contained in:
@@ -22,9 +22,11 @@
|
||||
|
||||
CefResourceContext::CefResourceContext(
|
||||
bool is_off_the_record,
|
||||
extensions::InfoMap* extension_info_map)
|
||||
extensions::InfoMap* extension_info_map,
|
||||
CefRefPtr<CefRequestContextHandler> handler)
|
||||
: is_off_the_record_(is_off_the_record),
|
||||
extension_info_map_(extension_info_map) {
|
||||
extension_info_map_(extension_info_map),
|
||||
handler_(handler) {
|
||||
}
|
||||
|
||||
CefResourceContext::~CefResourceContext() {
|
||||
|
Reference in New Issue
Block a user