| 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 0ba06570fc18082d004a9d50ba5b00f7c3f9e6cd..e37bc881bf2eb75050f31979fc6bac3108795fcd 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/flow.js
|
| +++ b/chrome/browser/resources/hotword_audio_verification/flow.js
|
| @@ -7,7 +7,6 @@
|
| // Correspond to steps in the hotword opt-in flow.
|
| /** @const */ var HOTWORD_AUDIO_HISTORY = 'hotword-audio-history-container';
|
| /** @const */ var HOTWORD_ONLY_START = 'hotword-only-container';
|
| - /** @const */ var AUDIO_HISTORY_START = 'audio-history-container';
|
| /** @const */ var SPEECH_TRAINING = 'speech-training-container';
|
| /** @const */ var FINISHED = 'finished-container';
|
|
|
| @@ -18,9 +17,6 @@
|
| * @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, FINISHED],
|
| [HOTWORD_AUDIO_HISTORY, SPEECH_TRAINING, FINISHED],
|
| [SPEECH_TRAINING, FINISHED]
|
|
|