Bug 1584797 - Removed comment related to aProxyService parameter r=valentin

Differential Revision: https://phabricator.services.mozilla.com/D69975

--HG--
extra : moz-landing-system : lando
This commit is contained in:
sonakshi 2020-04-07 11:39:33 +00:00
parent 788b61dbd9
commit cf73c9828b

View File

@ -57,8 +57,7 @@ interface nsIProtocolProxyFilter : nsISupports
* is the proxy (or list of proxies) that should be used in place of
* aProxy. This can be just be aProxy if the filter chooses not to
* modify the proxy. It can also be null to indicate that a direct
* connection should be used. Use aProxyService.newProxyInfo to
* construct nsIProxyInfo objects.
* connection should be used.
*/
void applyFilter(in nsIURI aURI, in nsIProxyInfo aProxy,
in nsIProxyProtocolFilterResult aCallback);