Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / hotword_audio_verification / steps / audio_history_step.html
1 <div id="audio-history-container" hidden>
2   <div class="container">
3     <div class="header">
4       <span class="close"></span>
5       <div class="header-text">
6         <h1>Enable Audio History</h1>
7       </div>
8     </div>
9     <div class="content">
10       <div class="col-3">
11         <h4>To make this happen, you agree that</h4>
12         When you use voice activation commands, such as "Ok Google" or
13         touching a microphone icon, a recording of the next thing you say,
14         plus a few seconds before, may be used and stored by Google and
15         associated with your Google Account to help recognize your voice and
16         improve speech recognition.
17         <br>
18         <a href="#" class="link-button">LEARN MORE</a>
19       </div>
20     </div>
21     <div class="buttonbar">
22       <button id="ah-agree-button" class="primary">I AGREE</button>
23       <button id="ah-cancel-button" >NO THANKS</button>
24     </div>
25   </div>
26 </div>