You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Set the schemes supported by this manager. Calling this method with an empty <paramref name="schemes"/> value and <paramref name="includeDefaults"/>
41
-
/// set to false will disable all loading and saving of cookies for this manager. Must be called before any cookies are accessed.
42
-
/// </summary>
43
-
/// <param name="schemes">The list of supported schemes.</param>
44
-
/// <param name="includeDefaults">If true the default schemes ("http", "https", "ws" and "wss") will also be supported. Calling this method with an empty schemes value and includeDefaults
45
-
/// set to false will disable all loading and saving of cookies for this manager</param>
46
-
/// <param name="callback">If non-NULL it will be executed asynchronously on the CEF UI thread after the change has been applied.</param>
0 commit comments