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

Unified Diff: chrome/browser/resources/hotword_audio_verification/steps/start_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/start_step.html
diff --git a/chrome/browser/resources/hotword_audio_verification/steps/start_step.html b/chrome/browser/resources/hotword_audio_verification/steps/start_step.html
index 441ae6b86aaa66cae4fb17ca0191db6eb64a5540..bfc88d0af2b943df49664a4d49e805c9a6600096 100644
--- a/chrome/browser/resources/hotword_audio_verification/steps/start_step.html
+++ b/chrome/browser/resources/hotword_audio_verification/steps/start_step.html
@@ -11,7 +11,7 @@
i18n-content="introDescriptionAudioHistoryEnabled" hidden></h3>
</div>
<div class="buttonbar">
- <button id="hotword-start" i18n-content="introStart"></button>
+ <button id="hotword-start" tabindex="1" i18n-content="introStart"></button>
Dan Beam 2015/03/18 01:14:50 80 col wrap
kcarattini 2015/03/18 01:20:12 Done.
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698