Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: chrome/browser/resources/hotword/audio_client.js

Issue 600523004: Support hotwording on google.com and the new tab page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move started callback into session object. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/hotword/audio_client.js
diff --git a/chrome/browser/resources/hotword_helper/audio_client.js b/chrome/browser/resources/hotword/audio_client.js
similarity index 99%
copy from chrome/browser/resources/hotword_helper/audio_client.js
copy to chrome/browser/resources/hotword/audio_client.js
index 927e0f7892c14d01e89a8c753815350ec2d431b2..f13eafca89fedb44b42e7e5b6a5a88e5ac709130 100644
--- a/chrome/browser/resources/hotword_helper/audio_client.js
+++ b/chrome/browser/resources/hotword/audio_client.js
@@ -90,7 +90,7 @@
* @const {string}
* @private
*/
- AudioClient.HOTWORD_EXTENSION_ID_ = 'bepbmhgboaologfdajaanbcjmnhjmhfn';
+ AudioClient.HOTWORD_EXTENSION_ID_ = 'nbpagnldghgfoolbancepceaanlmhfmd';
Dan Beam 2014/10/09 22:43:58 nit: eventually makes sense to only have 1 line be
Anand Mistry (off Chromium) 2014/10/10 23:22:15 Done.
/**

Powered by Google App Engine
This is Rietveld 408576698