Skip to content

Commit 2a1dd3f

Browse files
committed
Core - Update Generated Ref Assembly source
Follow up to 53f15f2
1 parent 3230444 commit 2a1dd3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CefSharp.Core.RefAssembly/CefSharp.Core.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public CefSettingsBase() { }
105105
public virtual CefSharp.Internals.CommandLineArgDictionary CefCommandLineArgs { get { throw null; } }
106106
public System.Collections.Generic.IEnumerable<CefSharp.CefCustomScheme> CefCustomSchemes { get { throw null; } }
107107
public bool CommandLineArgsDisabled { get { throw null; } set { } }
108-
public virtual System.Collections.Generic.IEnumerable<CefSharp.V8Extension> Extensions { get { throw null; } }
109108
public bool ExternalMessagePump { get { throw null; } set { } }
110109
public bool IgnoreCertificateErrors { get { throw null; } set { } }
111110
public string JavascriptFlags { get { throw null; } set { } }
@@ -130,7 +129,6 @@ public void Dispose() { }
130129
protected virtual void Dispose(bool A_0) { }
131130
public void EnablePrintPreview() { }
132131
~CefSettingsBase() { }
133-
public void RegisterExtension(CefSharp.V8Extension extension) { }
134132
public void RegisterScheme(CefSharp.CefCustomScheme cefCustomScheme) { }
135133
public void SetOffScreenRenderingBestPerformanceArgs() { }
136134
}

0 commit comments

Comments
 (0)