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 f7fd44ed21
commit 7bddc35620
53 changed files with 287 additions and 66 deletions

View File

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