You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem on Chromium 29.0.1547.65 after upgrading to ubuntu 13.10.
I replaced all "chrome.extension.sendMessage" and "chrome.extension.onMessage" references respectively by "chrome.runtime.sendMessage" and "chrome.runtime.onMessage" in log.js and chromelogger.js to test and now it works.
Ubuntu 13.04, Chromium 30.0.1581.2
Issue same as there: http://stackoverflow.com/questions/12936953/chrome-extension-onmessage-addlistener-cannot-read-property-onmessage-of-undef
The text was updated successfully, but these errors were encountered: