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

Unified Diff: chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_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 space on top of 'Learn More' link 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_audio_history_step.html
diff --git a/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html b/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html
index aba6cf8883e1f45478a1518310d7a633bb2708f6..9b62157a50a6da623f0533aa5e0a53e5f9a2d9b2 100644
--- a/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html
+++ b/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html
@@ -16,12 +16,14 @@
associated with your Google Account to help recognize your voice and
improve speech recognition.
<br>
- <a is="action-link">LEARN MORE</a>
+ <br>
+ <a href="https://support.google.com/websearch/answer/6030020"
+ target="_blank">LEARN MORE</a>
</div>
</div>
<div class="buttonbar">
<button id="hw-agree-button" class="primary">I AGREE</button>
- <button id="hw-cancel-button" >NO THANKS</button>
+ <button id="hw-cancel-button" class="finish-button">NO THANKS</button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698