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

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

Issue 666073005: Hotword Audio Verification App: UI polishes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back is=action-link I accidently removed when merging Created 6 years, 2 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/hotword_only_step.html
diff --git a/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html b/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html
index 08897198176885bbcd15dcca8336511f0ff77f03..385cd181675907376277c146dbde8b628c06f729 100644
--- a/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html
+++ b/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html
@@ -2,13 +2,13 @@
<div class="mic"></div>
<div class="container">
<div class="header">
- <span class="close"></span>
+ <span id="hotword-only-close-button" class="close"></span>
<div class="header-text">
<h1>Voice search at any time</h1>
<h2>Say 'Ok Google' any time your screen is on</h2>
</div>
</div>
- <div id="ho-training" class="content">
+ <div id="hotword-only-training" class="content">
<h4>Let's train your Chromebook</h4>
<div class="col-2">
<br>
@@ -34,7 +34,8 @@
</div>
</div>
<div class="buttonbar">
- <button id="ho-cancel-button">CANCEL</button>
+ <button id="hotword-only-cancel-button"
+ class="finish-button">CANCEL</button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698