| Index: chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html b/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..01daaf27ac6d40323cd5d5d6938ace2b3886c22d
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html
|
| @@ -0,0 +1,27 @@
|
| +<div id="hotword-audio-history-container" hidden>
|
| + <div class="container">
|
| + <div class="header">
|
| + <span class="close"></span>
|
| + <div class="header-text">
|
| + <h1>Voice search at any time</h1>
|
| + <h2>Say 'Ok Google' any time your screen is on</h2>
|
| + </div>
|
| + </div>
|
| + <div class="content">
|
| + <div class="col-3">
|
| + <h4>To make this happen, you agree that</h4>
|
| + When you use voice activation commands, such as "Ok Google" or
|
| + touching a microphone icon, a recording of the next thing you say,
|
| + plus a few seconds before, may be used and stored by Google and
|
| + associated with your Google Account to help recognize your voice and
|
| + improve speech recognition.
|
| + <br>
|
| + <a href="#" class="link-button">LEARN MORE</a>
|
| + </div>
|
| + </div>
|
| + <div class="buttonbar">
|
| + <button id="hw-agree-button" class="primary">I AGREE</button>
|
| + <button id="hw-cancel-button" >NO THANKS</button>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|