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

Unified Diff: chrome/browser/resources/hotword_audio_verification/steps/audio_history_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/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>

Powered by Google App Engine
This is Rietveld 408576698