From e874af0891d69b16ffe8a4737c8e38dda7913394 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Sat, 27 Jul 2013 00:25:31 +0000 Subject: [PATCH] Update CefSettings.cache_path documentation. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1346 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- include/internal/cef_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/internal/cef_types.h b/include/internal/cef_types.h index 9952555ad..97a7db2c0 100644 --- a/include/internal/cef_types.h +++ b/include/internal/cef_types.h @@ -192,8 +192,9 @@ typedef struct _cef_settings_t { /// // The location where cache data will be stored on disk. If empty an in-memory - // cache will be used. HTML5 databases such as localStorage will only persist - // across sessions if a cache path is specified. + // cache will be used for some features and a temporary disk cache for others. + // HTML5 databases such as localStorage will only persist across sessions if a + // cache path is specified. /// cef_string_t cache_path;