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