File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
CefSharp.Core.RefAssembly Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ public CefSettingsBase() { }
105
105
public virtual CefSharp . Internals . CommandLineArgDictionary CefCommandLineArgs { get { throw null ; } }
106
106
public System . Collections . Generic . IEnumerable < CefSharp . CefCustomScheme > CefCustomSchemes { get { throw null ; } }
107
107
public bool CommandLineArgsDisabled { get { throw null ; } set { } }
108
- public virtual System . Collections . Generic . IEnumerable < CefSharp . V8Extension > Extensions { get { throw null ; } }
109
108
public bool ExternalMessagePump { get { throw null ; } set { } }
110
109
public bool IgnoreCertificateErrors { get { throw null ; } set { } }
111
110
public string JavascriptFlags { get { throw null ; } set { } }
@@ -130,7 +129,6 @@ public void Dispose() { }
130
129
protected virtual void Dispose ( bool A_0 ) { }
131
130
public void EnablePrintPreview ( ) { }
132
131
~ CefSettingsBase ( ) { }
133
- public void RegisterExtension ( CefSharp . V8Extension extension ) { }
134
132
public void RegisterScheme ( CefSharp . CefCustomScheme cefCustomScheme ) { }
135
133
public void SetOffScreenRenderingBestPerformanceArgs ( ) { }
136
134
}
You can’t perform that action at this time.
0 commit comments