mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Bug 1156847 - Part 1: Add the Response::GetSecurityInfo() helper method; r=nsm
This commit is contained in:
parent
b1cdaf3217
commit
03b15b61fd
@ -77,6 +77,12 @@ public:
|
||||
return mInternalResponse->Headers();
|
||||
}
|
||||
|
||||
const nsCString&
|
||||
GetSecurityInfo() const
|
||||
{
|
||||
return mInternalResponse->GetSecurityInfo();
|
||||
}
|
||||
|
||||
Headers* Headers_();
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user