Chromium Code Reviews| 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..14de674258fda5fa7c55ebc804d1d01794b6d6b0 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,13 @@ |
| associated with your Google Account to help recognize your voice and |
| improve speech recognition. |
| <br> |
| - <a is="action-link">LEARN MORE</a> |
| + <a href="https://support.google.com/websearch/answer/6030020" |
| + is="action-link" target="_blank" class="link-button">LEARN MORE</a> |
| </div> |
|
Dan Beam
2014/10/27 16:10:33
if this is a normal link (i.e. has an href, naviga
kcarattini
2014/10/27 23:20:10
Done.
|
| </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> |