Index: chrome/browser/resources/hotword_audio_verification/flow.js |
diff --git a/chrome/browser/resources/hotword_audio_verification/flow.js b/chrome/browser/resources/hotword_audio_verification/flow.js |
index a8cfe4bdb53e50e960b6a93b033eba6785a18048..c8672dfde7c15cbffaddb6d67e244c2ac4b3ee02 100644 |
--- a/chrome/browser/resources/hotword_audio_verification/flow.js |
+++ b/chrome/browser/resources/hotword_audio_verification/flow.js |
@@ -18,9 +18,12 @@ |
* @const |
*/ |
var FLOWS = [ |
+ // TODO(kcarattini): Remove the first flow, since we will not be |
+ // managing the Audio History Setting in Chrome anymore. |
[AUDIO_HISTORY_START], |
[HOTWORD_ONLY_START, SPEECH_TRAINING, FINISHED], |
- [HOTWORD_AUDIO_HISTORY, SPEECH_TRAINING, FINISHED] |
+ [HOTWORD_AUDIO_HISTORY, SPEECH_TRAINING, FINISHED], |
+ [SPEECH_TRAINING, FINISHED] |
]; |
/** |