mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix typo in documentation for cef_settings_t::cache_path.
This commit is contained in:
committed by
Marshall Greenblatt
parent
c8ee94c593
commit
f8e6d11f35
@@ -220,7 +220,7 @@ typedef struct _cef_settings_t {
|
|||||||
|
|
||||||
///
|
///
|
||||||
// The location where data for the global browser cache will be stored on
|
// The location where data for the global browser cache will be stored on
|
||||||
// disk. In non-empty this must be either equal to or a child directory of
|
// disk. If non-empty this must be either equal to or a child directory of
|
||||||
// CefSettings.root_cache_path. If empty then browsers will be created in
|
// CefSettings.root_cache_path. If empty then browsers will be created in
|
||||||
// "incognito mode" where in-memory caches are used for storage and no data is
|
// "incognito mode" where in-memory caches are used for storage and no data is
|
||||||
// persisted to disk. HTML5 databases such as localStorage will only persist
|
// persisted to disk. HTML5 databases such as localStorage will only persist
|
||||||
|
Reference in New Issue
Block a user