Bug 1525319 - Removing context from OnStartRequest r=valentin

Differential Revision: https://phabricator.services.mozilla.com/D20769
This commit is contained in:
Jonathan Kingston
2019-02-27 23:41:04 +00:00
parent f22c8fda17
commit 649c453cbd
113 changed files with 208 additions and 274 deletions

View File

@@ -568,8 +568,7 @@ nsresult nsUrlClassifierStreamUpdater::AddRequestBody(
// nsIStreamListenerObserver implementation
NS_IMETHODIMP
nsUrlClassifierStreamUpdater::OnStartRequest(nsIRequest *request,
nsISupports *context) {
nsUrlClassifierStreamUpdater::OnStartRequest(nsIRequest *request) {
nsresult rv;
bool downloadError = false;
nsAutoCString strStatus;