 Chromium Code Reviews
 Chromium Code Reviews Issue 1011283003:
  Hotword: Make the opt-in flow tab ordering more intuitive  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1011283003:
  Hotword: Make the opt-in flow tab ordering more intuitive  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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> |