mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add support for non-ref-counted interface classes (issue #2090)
This commit is contained in:
@ -82,7 +82,7 @@ bool CefClearSchemeHandlerFactories();
|
||||
// Class that manages custom scheme registrations.
|
||||
///
|
||||
/*--cef(source=library)--*/
|
||||
class CefSchemeRegistrar : public virtual CefBase {
|
||||
class CefSchemeRegistrar : public CefBaseScoped {
|
||||
public:
|
||||
///
|
||||
// Register a custom scheme. This method should not be called for the built-in
|
||||
|
Reference in New Issue
Block a user