Bug 1071272 - Remove the clearUserPref("loop.hawk-session-token.fxa") hack from bug 1071259 since 1071247 has been deployed. r=MattN

This commit is contained in:
Jared Wein 2014-10-09 14:08:58 -04:00
parent 7b113ef3d0
commit fd58abd066

View File

@ -740,13 +740,6 @@ BrowserGlue.prototype = {
#endif
webrtcUI.uninit();
FormValidationHandler.uninit();
// XXX: Temporary hack to allow Loop FxA login after a restart to work.
// Remove this once bug 1071247 is deployed.
if (Services.prefs.getPrefType("loop.autologin-after-restart") != Ci.nsIPrefBranch.PREF_BOOL ||
!Services.prefs.getBoolPref("loop.autologin-after-restart")) {
Services.prefs.clearUserPref("loop.hawk-session-token.fxa");
}
},
// All initial windows have opened.