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

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

Issue 1011283003: Hotword: Make the opt-in flow tab ordering more intuitive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
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 fd37331147a6226946027ed5bed9abe2dd20bded..044041ad47b3c2deb85ab9a5134904b7033e326e 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
@@ -32,12 +32,13 @@
</div>
<div id="speech-training-toast" class="toast" hidden>
<span i18n-content="trainingTimeout" class="message" role="alert"></span>
- <button i18n-content="trainingRetry" class="retry-button" tabindex="0">
+ <button i18n-content="trainingRetry" class="retry-button" tabindex="1">
</button>
</div>
<div id="speech-training-processing" class="buttonbar" hidden>
<div id="speech-training-retry" class="right" hidden>
- <button i18n-content="trainingRetry" class="primary retry-button">
+ <button i18n-content="trainingRetry" class="primary retry-button"
+ tabindex="2">
</button>
</div>
<div class="left">

Powered by Google App Engine
This is Rietveld 408576698