Merge browser.contextualIdentity from 'master'
This commit is contained in:
@@ -5,11 +5,6 @@ const webExtension = require('sdk/webextension');
|
||||
function handleWebExtensionMessage(message, sender, sendReply) {
|
||||
console.log(message);
|
||||
switch (message) {
|
||||
case 'get-identities':
|
||||
sendReply({
|
||||
content: {identities: ContextualIdentityService.getIdentities()}
|
||||
});
|
||||
break;
|
||||
case 'open-containers-preferences':
|
||||
tabs.open('about:preferences#containers');
|
||||
sendReply({content: 'opened'});
|
||||
|
||||
Reference in New Issue
Block a user