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:
@@ -17,7 +17,7 @@ namespace scheme_test {
|
||||
// See browser/scheme_test.h for creation/registration of the custom scheme
|
||||
// handler which only occurs in the browser process. Called from
|
||||
// client_app_delegates_common.cc.
|
||||
void RegisterCustomSchemes(CefRefPtr<CefSchemeRegistrar> registrar,
|
||||
void RegisterCustomSchemes(CefRawPtr<CefSchemeRegistrar> registrar,
|
||||
std::vector<CefString>& cookiable_schemes);
|
||||
|
||||
} // namespace scheme_test
|
||||
|
Reference in New Issue
Block a user