Skip to content

Commit 09bbd2c

Browse files
committed
Core - Mark ChromeRuntime as Obsolete
1 parent 57f8cd3 commit 09bbd2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CefSharp.Core/CefSettingsBase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ public CommandLineArgDictionary CefCommandLineArgs
7171

7272
/// <summary>
7373
/// Set to true to enable use of the Chrome runtime in CEF. This will
74-
/// be removed in version 127 (as the Chrome Bootstrap will used in all cases).
74+
/// be removed in version 128 (as the Chrome Bootstrap will used in all cases).
7575
/// See issue https://github.com/chromiumembedded/cef/issues/3685
7676
/// </summary>
77+
[Obsolete("ChromeRuntime propery will be removed in M128. It's being removed upstream see https://github.com/cefsharp/CefSharp/issues/4795")]
7778
public bool ChromeRuntime
7879
{
7980
get { return settings.ChromeRuntime; }

0 commit comments

Comments
 (0)