Support hotwording on google.com and the new tab page.
commit69ec447836330c3e1fc62ee2deb7027fdbd2e4a0
authoramistry <amistry@chromium.org>
Mon, 13 Oct 2014 23:48:04 +0000 (13 16:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 13 Oct 2014 23:48:15 +0000 (13 23:48 +0000)
treee8964da2805b13341184717b54ae7a2aaeff5649
parentb285628a744cf3648d0c2d33a2c6585f72ab4dca
Support hotwording on google.com and the new tab page.

The audio_client.js content script is copied from the existing hotword_helper
extesion, with the only change being the hotword extension ID to point to this
new extension.

BUG=397019

Review URL: https://codereview.chromium.org/600523004

Cr-Commit-Position: refs/heads/master@{#299394}
chrome/browser/resources/component_extension_resources.grd
chrome/browser/resources/hotword/audio_client.js [new file with mode: 0644]
chrome/browser/resources/hotword/constants.js
chrome/browser/resources/hotword/manager.js
chrome/browser/resources/hotword/manifest.json
chrome/browser/resources/hotword/page_audio_manager.js [new file with mode: 0644]
chrome/browser/resources/hotword/state_manager.js