diff --git a/netwerk/url-classifier/nsChannelClassifier.h b/netwerk/url-classifier/nsChannelClassifier.h index ddd89e2976d4..d24d70928900 100644 --- a/netwerk/url-classifier/nsChannelClassifier.h +++ b/netwerk/url-classifier/nsChannelClassifier.h @@ -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