Bug 1305280 - ContextualIdentityService.jsm must use UNIQUE_CONTAINERS_OPENED, r=me

This commit is contained in:
Andrea Marchesini 2016-09-25 08:25:54 +02:00
parent ff1efcb34a
commit 0f4e76b731

View File

@ -324,7 +324,7 @@ _ContextualIdentityService.prototype = {
return;
}
if (this._openedIdentities.has(userContextId)) {
if (!this._openedIdentities.has(userContextId)) {
this._openedIdentities.add(userContextId);
Services.telemetry.getHistogramById("UNIQUE_CONTAINERS_OPENED").add(1);
}