Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html

Issue 521483003: Hotword Audio Verification App: Adds hotwording assets and basic opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <div id="speech-training-container" hidden>
2 <div class="mic"></div>
3 <div class="container">
4 <div class="header">
5 <span class="close"></span>
6 <div class="header-text">
7 <div class="v-spacing-for-no-subheading"></div>
8 <h1>Let's train your Chromebook</h1>
9 </div>
10 </div>
11 <div id="training" class="content">
12 <div class="col-2">
13 To help Google respond to you and for reliable and easy access to
14 voice search, you need to teach Google the sound of your voice.
15 <br>
16 <h4>Just say 'Ok Google' three times</h4>
17 </div>
18 <div class="col-spacing"></div>
19 <div class="col-2">
20 <div class="train listening">
21 <span class="icon"></span>
22 <span class="text">Say 'Ok Google'</span>
23 </div>
24 <div class="train not-started">
25 <span class="icon"></span>
26 <span class="text">Say 'Ok Google' again</span>
27 </div>
28 <div class="train not-started">
29 <span class="icon"></span>
30 <span class="text">Say 'Ok Google' one last time</span>
31 </div>
32 </div>
33 </div>
34 <div class="buttonbar">
35 <button id="st-cancel-button">FINISH LATER</button>
36 </div>
37 </div>
38 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698