Skip to content

Commit 5265bb9

Browse files
campersauamaitland
authored andcommitted
Add ChromeRuntime to RefAssembly CefSharp.Core.Runtime.netcore (#3486)
1 parent 4ebe691 commit 5265bb9

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
@@ -111,6 +111,7 @@ public CefSettingsBase() { }
111111
public string CachePath { get { throw null; } set { } }
112112
public CefSharp.Internals.CommandLineArgDictionary CefCommandLineArgs { get { throw null; } }
113113
public System.Collections.Generic.IEnumerable<CefSharp.CefCustomScheme> CefCustomSchemes { get { throw null; } }
114+
public bool ChromeRuntime { get { throw null; } set { } }
114115
public bool CommandLineArgsDisabled { get { throw null; } set { } }
115116
public bool ExternalMessagePump { get { throw null; } set { } }
116117
public bool IgnoreCertificateErrors { get { throw null; } set { } }

0 commit comments

Comments
 (0)