From fd58abd066abcd99f3225990af2cb2d35a0b5db0 Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Thu, 9 Oct 2014 14:08:58 -0400 Subject: [PATCH] Bug 1071272 - Remove the clearUserPref("loop.hawk-session-token.fxa") hack from bug 1071259 since 1071247 has been deployed. r=MattN --- browser/components/nsBrowserGlue.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/browser/components/nsBrowserGlue.js b/browser/components/nsBrowserGlue.js index a26606df805..665548ddc68 100644 --- a/browser/components/nsBrowserGlue.js +++ b/browser/components/nsBrowserGlue.js @@ -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.