cef_cookie_manager_get_global_manager

Returns the global cookie manager. By default data will be stored at cef_settings_t.cache_path if specified or in memory otherwise. If |callback| is non-NULL it will be executed asnychronously on the UI thread after the manager's storage has been initialized. Using this function is equivalent to calling cef_request_context_t::cef_request_context_get_global_context()->Get DefaultCookieManager().

version(cef && embedded_cef_bindings)
extern (C)
cef_cookie_manager_get_global_manager
(
cef_completion_callback_t* callback
)

Meta