mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug 399838 - Automatically init (not open) the download manager when starting the app. r=dietrich, a1.9=mconnor, aM9=mconnor
This commit is contained in:
parent
6ee988f811
commit
e1bf37b800
@ -420,10 +420,8 @@ SessionStoreService.prototype = {
|
||||
delete this._initialState;
|
||||
}
|
||||
|
||||
if (this._lastSessionCrashed) {
|
||||
// restart any interrupted downloads
|
||||
aWindow.setTimeout(this.retryDownloads, 0);
|
||||
}
|
||||
// restart any interrupted downloads
|
||||
aWindow.setTimeout(this.retryDownloads, 0);
|
||||
}
|
||||
|
||||
var tabbrowser = aWindow.getBrowser();
|
||||
|
Loading…
Reference in New Issue
Block a user