diff --git a/CefSharp/IResourceRequestHandlerFactory.cs b/CefSharp/IResourceRequestHandlerFactory.cs index 80885c3b4f..581a45fdf8 100644 --- a/CefSharp/IResourceRequestHandlerFactory.cs +++ b/CefSharp/IResourceRequestHandlerFactory.cs @@ -14,14 +14,12 @@ namespace CefSharp public interface IResourceRequestHandlerFactory { /// - /// Are there any 's registered? + /// Return to have + /// called for every resource request. Otherwise return . /// /// - /// - /// Implementors must return from this method if the factory is to be used. - /// The method will not be executed if this property returns - /// , presumably as an optimisation. - /// + /// If you return then + /// will not be called. /// bool HasHandlers { get; }