Bug 1947594 - Remove unused nsChannelClassifier::SetBlockedContent. r=necko-reviewers,valentin

Differential Revision: https://phabricator.services.mozilla.com/D243429
This commit is contained in:
Jishnu Murali Thampan
2025-03-28 12:10:36 +00:00
parent 7bee8ec457
commit 6ce9e17c47

View File

@@ -54,14 +54,6 @@ class nsChannelClassifier final : public nsIURIClassifierCallback,
const nsACString& aProvider,
const nsACString& aList,
const nsACString& aFullHash);
public:
// If we are blocking content, update the corresponding flag in the respective
// docshell and call nsDocLoader::OnSecurityChange.
static nsresult SetBlockedContent(nsIChannel* channel, nsresult aErrorCode,
const nsACString& aList,
const nsACString& aProvider,
const nsACString& aFullHash);
};
} // namespace net