Bug 1020876 Route desktop client XHRs though the mozLoop API to share hawk implementation with MozLoopService. r=ttaubert

This commit is contained in:
Mark Banner
2014-07-03 09:23:38 +01:00
parent dd132814d4
commit fc95650368
25 changed files with 712 additions and 1971 deletions

View File

@@ -91,9 +91,7 @@ loop.panel = (function(_, mozL10n) {
throw new Error("missing required notifier");
}
this.notifier = options.notifier;
this.client = new loop.shared.Client({
baseServerUrl: navigator.mozLoop.serverUrl
});
this.client = new loop.Client();
},
getNickname: function() {