Skip to content

Commit 88a5355

Browse files
committed
Core - Update CefSettings.UserDataPath xml doc
Updated to reflect Widevide CDM changes Issue #3767
1 parent a16f16d commit 88a5355

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CefSharp.Core.Runtime/CefSettingsBase.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ namespace CefSharp
181181
}
182182

183183
/// <summary>
184-
/// The location where user data such as spell checking dictionary files will be stored on disk. If this value is empty then the
185-
/// default user data directory will be used ("Local Settings\Application Data\CEF\User Data" directory under the user
186-
/// profile directory on Windows). If this value is non-empty then it must be an absolute path.
184+
/// The location where user data such as the Widevine CDM module and spell checking dictionary files will be stored on disk.
185+
/// If this value is empty then "Local Settings\Application Data\CEF\User Data" directory under the user profile directory
186+
/// will be used. If this value is non-empty then it must be an absolute path.
187187
/// </summary>
188188
property String^ UserDataPath
189189
{

CefSharp.Core/CefSettingsBase.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ public string RootCachePath
148148
}
149149

150150
/// <summary>
151-
/// The location where user data such as spell checking dictionary files will be stored on disk. If this value is empty then the
152-
/// default user data directory will be used ("Local Settings\Application Data\CEF\User Data" directory under the user
153-
/// profile directory on Windows). If this value is non-empty then it must be an absolute path.
151+
/// The location where user data such as the Widevine CDM module and spell checking dictionary files will be stored on disk.
152+
/// If this value is empty then "Local Settings\Application Data\CEF\User Data" directory under the user profile directory
153+
/// will be used. If this value is non-empty then it must be an absolute path.
154154
/// </summary>
155155
public string UserDataPath
156156
{

0 commit comments

Comments
 (0)