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

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

Issue 687323003: Adds a Training Manager to the hotword extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tp3-api
Patch Set: Rebase Created 6 years, 1 month 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 3339d6331268d1f17bd208e3ed77f79ecac8fcd0..88dbcb53e772a75e71d0de531d5e639c203c089a 100644
--- a/chrome/browser/resources/hotword/constants.js
+++ b/chrome/browser/resources/hotword/constants.js
@@ -121,7 +121,8 @@ var CommandFromPage = {
var SessionSource = {
LAUNCHER: 'launcher',
NTP: 'ntp',
- ALWAYS: 'always'
+ ALWAYS: 'always',
+ TRAINING: 'training'
};
/**
« no previous file with comments | « chrome/browser/resources/hotword/base_session_manager.js ('k') | chrome/browser/resources/hotword/manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698