Backed out changeset ecc5cb4dcdfe (bug 1066816) for loop test failures

This commit is contained in:
Ed Morley
2014-09-16 16:01:15 +01:00
parent 0f54b8ef55
commit 313336e55e
2 changed files with 0 additions and 24 deletions

View File

@@ -410,18 +410,6 @@ loop.conversation = (function(OT, mozL10n) {
// else to ensure the L10n environment is setup correctly.
mozL10n.initialize(navigator.mozLoop);
// Plug in an alternate client ID mechanism, as localStorage and cookies
// don't work in the conversation window
OT.overrideGuidStorage({
get: function(callback) {
callback(null, navigator.mozLoop.getLoopCharPref("ot.guid"));
},
set: function(guid, callback) {
navigator.mozLoop.setLoopCharPref("ot.guid", guid);
callback(null);
}
});
document.title = mozL10n.get("incoming_call_title2");
document.body.classList.add(loop.shared.utils.getTargetPlatform());