Bug 900910 - Initialize SessionStore earlier to catch windows opened immediately after startup. r=ttaubert

This commit is contained in:
Steven MacLeod
2013-10-17 14:26:25 -04:00
parent efc7adff58
commit 5f765388c6
2 changed files with 32 additions and 24 deletions

View File

@@ -472,6 +472,7 @@ BrowserGlue.prototype = {
ShumwayUtils.init();
webrtcUI.init();
AboutHome.init();
SessionStore.init();
if (Services.prefs.getBoolPref("browser.tabs.remote"))
ContentClick.init();
@@ -612,7 +613,6 @@ BrowserGlue.prototype = {
}
#endif
SessionStore.init(aWindow);
this._trackSlowStartup();
// Offer to reset a user's profile if it hasn't been used for 60 days.