Skip to content

Commit 1723288

Browse files
authored
Add ChromeRuntime to RefAssembly CefSharp.Core.Runtime.netcore (#3486)
1 parent c6fc042 commit 1723288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public CefSettingsBase() { }
110110
public string CachePath { get { throw null; } set { } }
111111
public CefSharp.Internals.CommandLineArgDictionary CefCommandLineArgs { get { throw null; } }
112112
public System.Collections.Generic.IEnumerable<CefSharp.CefCustomScheme> CefCustomSchemes { get { throw null; } }
113+
public bool ChromeRuntime { get { throw null; } set { } }
113114
public bool CommandLineArgsDisabled { get { throw null; } set { } }
114115
public bool ExternalMessagePump { get { throw null; } set { } }
115116
public bool IgnoreCertificateErrors { get { throw null; } set { } }

0 commit comments

Comments
 (0)