Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 80c8e3d

Browse files
committed
Bug 1947594 - Remove unused nsChannelClassifier::SetBlockedContent. r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D243429
1 parent e44c234 commit 80c8e3d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

netwerk/url-classifier/nsChannelClassifier.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ class nsChannelClassifier final : public nsIURIClassifierCallback,
5454
const nsACString& aProvider,
5555
const nsACString& aList,
5656
const nsACString& aFullHash);
57-
58-
public:
59-
// If we are blocking content, update the corresponding flag in the respective
60-
// docshell and call nsDocLoader::OnSecurityChange.
61-
static nsresult SetBlockedContent(nsIChannel* channel, nsresult aErrorCode,
62-
const nsACString& aList,
63-
const nsACString& aProvider,
64-
const nsACString& aFullHash);
6557
};
6658

6759
} // namespace net

0 commit comments

Comments
 (0)