We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f8cd3 commit 09bbd2cCopy full SHA for 09bbd2c
CefSharp.Core/CefSettingsBase.cs
@@ -71,9 +71,10 @@ public CommandLineArgDictionary CefCommandLineArgs
71
72
/// <summary>
73
/// 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).
+ /// be removed in version 128 (as the Chrome Bootstrap will used in all cases).
75
/// See issue https://github.com/chromiumembedded/cef/issues/3685
76
/// </summary>
77
+ [Obsolete("ChromeRuntime propery will be removed in M128. It's being removed upstream see https://github.com/cefsharp/CefSharp/issues/4795")]
78
public bool ChromeRuntime
79
{
80
get { return settings.ChromeRuntime; }
0 commit comments