Create/update and previous panel

This commit is contained in:
baku
2017-01-13 15:24:37 +01:00
parent b2bd693e81
commit 0dc21cd96e
3 changed files with 53 additions and 16 deletions
+6
View File
@@ -404,6 +404,12 @@ let ContainerService = {
// FIXME: icon and color conversion based on FF version.
const identity = ContextualIdentityService.create(args.name, args.icon, args.color);
this._identitiesState[identity.userContextId] = {
hiddenTabUrls: [],
openTabs: 0
};
return Promise.resolve(this._convert(identity));
},