Backup & Restore containers configuration
https://github.com/mozilla/multi-account-containers/pull/1533/files
This commit is contained in:
parent
d05bcddd22
commit
adba81f516
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@ const messageHandler = {
|
|||
windowId: m.windowId
|
||||
});
|
||||
break;
|
||||
case "backupIdentitiesState":
|
||||
response = backgroundLogic.backupIdentitiesState();
|
||||
break;
|
||||
case "restoreIdentitiesState":
|
||||
response = backgroundLogic.restoreIdentitiesState(m.identities);
|
||||
break;
|
||||
case "queryIdentitiesState":
|
||||
response = backgroundLogic.queryIdentitiesState(m.message.windowId);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue