Bug 1147562 - Update remaining callsites of newChannel before landing the shim in browser/ (r=bsmedberg)

This commit is contained in:
Christoph Kerschbaumer 2015-04-09 10:11:12 -07:00
parent 405eabbba5
commit 7ccfa6b7cd

View File

@ -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