Bug 1493563 - Part 5: Present the old state and the content blocking log to the web progress listeners; r=baku

Differential Revision: https://phabricator.services.mozilla.com/D6595
This commit is contained in:
Ehsan Akhgari
2018-09-22 20:29:07 -04:00
parent ddd218c43f
commit d60107096d
54 changed files with 304 additions and 66 deletions

View File

@@ -767,7 +767,9 @@ nsDocShellTreeOwner::OnStatusChange(nsIWebProgress* aWebProgress,
NS_IMETHODIMP
nsDocShellTreeOwner::OnSecurityChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
uint32_t aState)
uint32_t aOldState,
uint32_t aState,
const nsAString& aContentBlockingLogJSON)
{
return NS_OK;
}