Skip to content

Commit d01a27e

Browse files
committed
Net Core - Update RefAssemblty (Add Cef.GetMinLogLevel)
1 parent fb5a6a0 commit d01a27e

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
@@ -79,6 +79,7 @@ public static void EnableWaitForBrowsersToClose() { }
7979
public static CefSharp.ICookieManager GetGlobalCookieManager(CefSharp.ICompletionCallback callback) { throw null; }
8080
public static CefSharp.IRequestContext GetGlobalRequestContext() { throw null; }
8181
public static string GetMimeType(string extension) { throw null; }
82+
public static int GetMinLogLevel() { throw null; }
8283
public static System.Threading.Tasks.Task<System.Collections.Generic.List<CefSharp.WebPluginInfo>> GetPlugins() { throw null; }
8384
public static bool Initialize(CefSharp.Core.CefSettingsBase cefSettings) { throw null; }
8485
public static bool Initialize(CefSharp.Core.CefSettingsBase cefSettings, bool performDependencyCheck) { throw null; }

0 commit comments

Comments
 (0)