Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user