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

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

Issue 599053004: Replace placeholder extension ID for hotwording shared module with ID of module uploaded to the Chr… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix HotwordService::IsServiceAvailable(). 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/constants.js
diff --git a/chrome/browser/resources/hotword/constants.js b/chrome/browser/resources/hotword/constants.js
index 19def367275efa05e669e4552a4f0bd31ac69ec8..236d2201ae4f9507f4a94e19444ae5656bada712 100644
--- a/chrome/browser/resources/hotword/constants.js
+++ b/chrome/browser/resources/hotword/constants.js
@@ -8,9 +8,8 @@ cr.define('hotword.constants', function() {
/**
* Hotword data shared module extension's ID.
* @const {string}
- * TODO(amistry): Replace with real shared module ID.
*/
-var SHARED_MODULE_ID = 'bepbmhgboaologfdajaanbcjmnhjmhfn';
+var SHARED_MODULE_ID = 'lccekmodgklaepjeofjdjpbminllajkg';
/**
* Path to shared module data.
« no previous file with comments | « chrome/browser/extensions/external_component_loader.cc ('k') | chrome/browser/resources/hotword/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698