@@ -57,7 +57,7 @@ public Cef() { }
57
57
public static bool CrashReportingEnabled { get { throw null ; } }
58
58
public static System . Threading . Tasks . TaskFactory FileThreadTaskFactory { get { throw null ; } set { } }
59
59
public static System . Threading . Tasks . TaskFactory IOThreadTaskFactory { get { throw null ; } set { } }
60
- public static bool IsInitialized { get { throw null ; } }
60
+ public static bool ? IsInitialized { get { throw null ; } }
61
61
public static bool IsShutdown { get { throw null ; } }
62
62
public static System . Threading . Tasks . TaskFactory UIThreadTaskFactory { get { throw null ; } set { } }
63
63
public static bool AddCrossOriginWhitelistEntry ( string sourceOrigin , string targetProtocol , string targetDomain , bool allowTargetSubdomains ) { throw null ; }
@@ -103,7 +103,6 @@ public CefSettingsBase() { }
103
103
public string CachePath { get { throw null ; } set { } }
104
104
public CefSharp . Internals . CommandLineArgDictionary CefCommandLineArgs { get { throw null ; } }
105
105
public System . Collections . Generic . IEnumerable < CefSharp . CefCustomScheme > CefCustomSchemes { get { throw null ; } }
106
- public bool ChromeRuntime { get { throw null ; } set { } }
107
106
public bool CommandLineArgsDisabled { get { throw null ; } set { } }
108
107
public bool CookieableSchemesExcludeDefaults { get { throw null ; } set { } }
109
108
public string CookieableSchemesList { get { throw null ; } set { } }
@@ -114,9 +113,7 @@ public CefSettingsBase() { }
114
113
public string LogFile { get { throw null ; } set { } }
115
114
public CefSharp . LogSeverity LogSeverity { get { throw null ; } set { } }
116
115
public bool MultiThreadedMessageLoop { get { throw null ; } set { } }
117
- public bool PackLoadingDisabled { get { throw null ; } set { } }
118
116
public bool PersistSessionCookies { get { throw null ; } set { } }
119
- public bool PersistUserPreferences { get { throw null ; } set { } }
120
117
public int RemoteDebuggingPort { get { throw null ; } set { } }
121
118
public string ResourcesDirPath { get { throw null ; } set { } }
122
119
public string RootCachePath { get { throw null ; } set { } }
@@ -270,20 +267,15 @@ public virtual void ClearHttpAuthCredentials(CefSharp.ICompletionCallback callba
270
267
public virtual bool ClearSchemeHandlerFactories ( ) { throw null ; }
271
268
public virtual void CloseAllConnections ( CefSharp . ICompletionCallback callback ) { }
272
269
public static CefSharp . IRequestContext CreateContext ( CefSharp . IRequestContext other , CefSharp . IRequestContextHandler requestContextHandler ) { throw null ; }
273
- public virtual bool DidLoadExtension ( string extensionId ) { throw null ; }
274
270
public void Dispose ( ) { }
275
271
protected virtual void Dispose ( bool A_0 ) { }
276
272
~ RequestContext ( ) { }
277
273
public virtual System . Collections . Generic . IDictionary < string , object > GetAllPreferences ( bool includeDefaults ) { throw null ; }
278
274
public virtual CefSharp . ICookieManager GetCookieManager ( CefSharp . ICompletionCallback callback ) { throw null ; }
279
- public virtual CefSharp . IExtension GetExtension ( string extensionId ) { throw null ; }
280
- public virtual bool GetExtensions ( out System . Collections . Generic . IList < string > extensionIds ) { throw null ; }
281
275
public virtual object GetPreference ( string name ) { throw null ; }
282
- public virtual bool HasExtension ( string extensionId ) { throw null ; }
283
276
public virtual bool HasPreference ( string name ) { throw null ; }
284
277
public virtual bool IsSame ( CefSharp . IRequestContext context ) { throw null ; }
285
278
public virtual bool IsSharingWith ( CefSharp . IRequestContext context ) { throw null ; }
286
- public virtual void LoadExtension ( string rootDirectory , string manifestJson , CefSharp . IExtensionHandler handler ) { }
287
279
public virtual bool RegisterSchemeHandlerFactory ( string schemeName , string domainName , CefSharp . ISchemeHandlerFactory factory ) { throw null ; }
288
280
public virtual System . Threading . Tasks . Task < CefSharp . ResolveCallbackResult > ResolveHostAsync ( System . Uri origin ) { throw null ; }
289
281
public virtual bool SetPreference ( string name , object value , out string error ) { throw null ; }
@@ -298,7 +290,6 @@ public RequestContextSettings() { }
298
290
public bool CookieableSchemesExcludeDefaults { get { throw null ; } set { } }
299
291
public string CookieableSchemesList { get { throw null ; } set { } }
300
292
public bool PersistSessionCookies { get { throw null ; } set { } }
301
- public bool PersistUserPreferences { get { throw null ; } set { } }
302
293
public void Dispose ( ) { }
303
294
protected virtual void Dispose ( bool A_0 ) { }
304
295
~ RequestContextSettings ( ) { }
0 commit comments