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
Copy file name to clipboardExpand all lines: CefSharp.Core/RequestContext.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ namespace CefSharp
267
267
/// <returns>Returns true if the preference with the specified name can be modified
268
268
/// using SetPreference</returns>
269
269
/// <remarks>Use Cef.UIThreadTaskFactory to execute this method if required,
270
-
/// <see cref="IBrowserProcessHandler.OnContextInitialized"/> and ChromiumWebBrowser.IsBrowserInitializedChanged are both
270
+
/// <see cref="IBrowserProcessHandler::OnContextInitialized"/> and ChromiumWebBrowser.IsBrowserInitializedChanged are both
271
271
/// executed on the CEF UI thread, so can be called directly.
272
272
/// When CefSettings.MultiThreadedMessageLoop == false (the default is true) then the main
273
273
/// application thread will be the CEF UI thread.</remarks>
@@ -397,7 +397,7 @@ namespace CefSharp
397
397
/// Visit chrome://extensions-support for the list of extension APIs currently supported by CEF. - Main frame navigation to non-extension
398
398
/// content is blocked.
399
399
/// - Pinch-zooming is disabled.
400
-
/// - <see cref="IBrowserHost::GetExtension"/> returns the hosted extension.
400
+
/// - <see cref="IBrowserHost::Extension"/> returns the hosted extension.
401
401
/// - CefBrowserHost::IsBackgroundHost returns true for background hosts. See https://developer.chrome.com/extensions for extension implementation and usage documentation.
402
402
/// </summary>
403
403
/// <param name="rootDirectory">If extension resources will be read from disk using the default load implementation then rootDirectoy
0 commit comments