mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Delete Alloy bootstrap (fixes #3685)
This commit is contained in:
@ -174,10 +174,9 @@ class CefApp : public virtual CefBaseRefCounted {
|
||||
CefRawPtr<CefSchemeRegistrar> registrar) {}
|
||||
|
||||
///
|
||||
/// Return the handler for resource bundle events. If
|
||||
/// cef_settings_t.pack_loading_disabled is true a handler must be returned.
|
||||
/// If no handler is returned resources will be loaded from pack files. This
|
||||
/// method is called by the browser and render processes on multiple threads.
|
||||
/// Return the handler for resource bundle events. If no handler is returned
|
||||
/// resources will be loaded from pack files. This method is called by the
|
||||
/// browser and render processes on multiple threads.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefRefPtr<CefResourceBundleHandler> GetResourceBundleHandler() {
|
||||
|
Reference in New Issue
Block a user