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

Unified Diff: chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html

Issue 669603007: Adds the page for hotword-only to the opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
diff --git a/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html b/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
index ba7e0c8bcc9060abb3bec1e4bb62fc288b6e2210..a7c0871d93a8f1dcaf89109c9ec4e03c518d0da5 100644
--- a/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
+++ b/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
@@ -5,34 +5,34 @@
<span class="close"></span>
<div class="header-text">
<div class="v-spacing-for-no-subheading"></div>
- <h1>Let's train your Chromebook</h1>
+ <h1>Let's train your Chromebook</h1>
+ </div>
+ </div>
+ <div id="st-training" class="content">
+ <div class="col-2">
+ To help Google respond to you and for reliable and easy access to
+ voice search, you need to teach Google the sound of your voice.
+ <br>
+ <h4>Just say 'Ok Google' three times</h4>
+ </div>
+ <div class="col-spacing"></div>
+ <div class="col-2">
+ <div class="train listening">
+ <span class="icon"></span>
+ <span class="text">Say 'Ok Google'</span>
+ </div>
+ <div class="train not-started">
+ <span class="icon"></span>
+ <span class="text">Say 'Ok Google' again</span>
+ </div>
+ <div class="train not-started">
+ <span class="icon"></span>
+ <span class="text">Say 'Ok Google' one last time</span>
</div>
</div>
- <div id="training" class="content">
- <div class="col-2">
- To help Google respond to you and for reliable and easy access to
- voice search, you need to teach Google the sound of your voice.
- <br>
- <h4>Just say 'Ok Google' three times</h4>
- </div>
- <div class="col-spacing"></div>
- <div class="col-2">
- <div class="train listening">
- <span class="icon"></span>
- <span class="text">Say 'Ok Google'</span>
- </div>
- <div class="train not-started">
- <span class="icon"></span>
- <span class="text">Say 'Ok Google' again</span>
- </div>
- <div class="train not-started">
- <span class="icon"></span>
- <span class="text">Say 'Ok Google' one last time</span>
- </div>
- </div>
- </div>
- <div class="buttonbar">
- <button id="st-cancel-button">FINISH LATER</button>
+ </div>
+ <div class="buttonbar">
+ <button id="st-cancel-button">CANCEL</button>
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698