| Index: chrome/browser/resources/hotword_audio_verification/steps/audio_history_step.html
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/steps/audio_history_step.html b/chrome/browser/resources/hotword_audio_verification/steps/audio_history_step.html
|
| index 8c2304ba9abceb911ad184905dc03ed506e3eaf9..6e747deb651c47284a6e43ba52148e0b5317740d 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/steps/audio_history_step.html
|
| +++ b/chrome/browser/resources/hotword_audio_verification/steps/audio_history_step.html
|
| @@ -16,10 +16,10 @@
|
| <div class="right">
|
| <div>
|
| <button id="audio-history-agree" i18n-content="audioHistoryAgree"
|
| - class="primary">
|
| + tabindex="1" class="primary">
|
| </button>
|
| <button id="audio-history-cancel" i18n-content="cancel"
|
| - class="finish-button">
|
| + tabindex="2" class="finish-button">
|
| </button>
|
| </div>
|
| </div>
|
|
|