Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi

This commit is contained in:
Josh Matthews
2012-06-30 07:34:17 -07:00
parent 198797d64b
commit d8762c2c88
25 changed files with 258 additions and 179 deletions

View File

@@ -47,7 +47,7 @@ nsSOCKSSocketProvider::NewSocket(int32_t family,
const char *proxyHost,
int32_t proxyPort,
uint32_t flags,
PRFileDesc **result,
PRFileDesc **result,
nsISupports **socksInfo)
{
PRFileDesc *sock;
@@ -80,7 +80,7 @@ nsSOCKSSocketProvider::AddToSocket(int32_t family,
const char *proxyHost,
int32_t proxyPort,
uint32_t flags,
PRFileDesc *sock,
PRFileDesc *sock,
nsISupports **socksInfo)
{
nsresult rv = nsSOCKSIOLayerAddToSocket(family,