This is certainly a use case for music apps on Chrome as well, so I do hope they keep background pages, while encouraging use of event pages when appropriate. For example, I've been thinking about using a background page to check for updates every five minutes and notify users whenever a feed has new articles in their Google Reader. But now, I can use Event Pages instead. Chrome is giving me a more efficient way of checking for updates, but I do hope they keep background pages for the use cases they would be needed.
Incidentally, webOS also had functionality like Event Pages, where you could register a few different kinds of events, such as launch to search or timers, and webOS would call a designated script to respond to the event. The script can do ajax requests and either launch a dashboard (background page), launch the main app, or do nothing and webOS will then kill the script, just like Chrome will kill the event page if it is idle for a few seconds.
If chrome eventually drops background html page then my app won't be half as functional as it is today.