Use meaningful name for extensionId

This commit is contained in:
Cheng Zhao 2016-05-29 11:57:20 +09:00
parent ec1944c146
commit de001a9bbf
2 changed files with 6 additions and 4 deletions

View file

@ -165,7 +165,7 @@ exports.injectTo = function (extensionId, isBackgroundPage, context) {
if (responseCallback) {
console.error('responseCallback is not supported')
}
ipcRenderer.send(`CHROME_TABS_SEND_MESSAGE`, tabId, extensionId, isBackgroundPage, message)
ipcRenderer.send('CHROME_TABS_SEND_MESSAGE', tabId, extensionId, isBackgroundPage, message)
},
onUpdated: new Event(),