зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1584797 - Fix comment related to aProxyService parameter r=valentin,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D71745
This commit is contained in:
Родитель
a8641e2018
Коммит
9f16aa281a
|
@ -57,7 +57,8 @@ 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.
|
||||
* connection should be used. Use nsIProtocolProxyService.newProxyInfo
|
||||
* to construct nsIProxyInfo objects.
|
||||
*/
|
||||
void applyFilter(in nsIURI aURI, in nsIProxyInfo aProxy,
|
||||
in nsIProxyProtocolFilterResult aCallback);
|
||||
|
@ -88,8 +89,8 @@ interface nsIProtocolProxyChannelFilter : 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. Use nsIProtocolProxyService.newProxyInfo
|
||||
* to construct nsIProxyInfo objects.
|
||||
*/
|
||||
void applyFilter(in nsIChannel aChannel, in nsIProxyInfo aProxy,
|
||||
in nsIProxyProtocolFilterResult aCallback);
|
||||
|
|
Загрузка…
Ссылка в новой задаче