Bug 787743 - Set the cached private browsing flag on HttpBaseChannel::SetLoadGroup as well; r=jdm

This commit is contained in:
Ehsan Akhgari 2012-09-05 11:41:29 -04:00
parent 3b49fc3de3
commit 7615535bb6

View File

@ -191,6 +191,7 @@ HttpBaseChannel::SetLoadGroup(nsILoadGroup *aLoadGroup)
{
mLoadGroup = aLoadGroup;
mProgressSink = nullptr;
mPrivateBrowsing = NS_UsePrivateBrowsing(this);
return NS_OK;
}