Kinda experiencing an odd error. Was wondering if anyone has some insight:
Uncaught TypeError: Cannot read property 'onInputChanged' of undefined
coming from a call to: chrome.omnibox.onInputChanged. My initial thought was that chrome.omnibox was not available for the user. So I added a minimum chrome version, 22, to the manifest. However, I'm still seeing this issue and have learned that this is the browser agent:
Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36 OPR/16.0.1196.62
Chrome 29. Any ideas why chrome.omnibox would be undefined in Chrome 29?