mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Bug 1147562 - Update remaining callsites of newChannel before landing the shim in browser/ (r=bsmedberg)
This commit is contained in:
parent
405eabbba5
commit
7ccfa6b7cd
@ -731,7 +731,10 @@ function test_renotify_installed() {
|
||||
function test_cancel() {
|
||||
function complete_install(callback) {
|
||||
let url = TESTROOT + "slowinstall.sjs?continue=true"
|
||||
NetUtil.asyncFetch(url, callback || (() => {}));
|
||||
NetUtil.asyncFetch({
|
||||
uri: url,
|
||||
loadUsingSystemPrincipal: true
|
||||
}, callback || (() => {}));
|
||||
}
|
||||
|
||||
// Wait for the progress notification
|
||||
|
Loading…
x
Reference in New Issue
Block a user