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

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

Issue 695703002: Hotword Audio Verification App: UI Polishes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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
deleted file mode 100644
index 8bf8b4eeaab53c81868457da16b1c0682598baf2..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/hotword_audio_verification/steps/audio_history_step.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<div id="audio-history-container" hidden>
- <div class="container">
- <div class="header">
- <span class="close"></span>
- <div class="header-text">
- <h1>Enable Audio History</h1>
- </div>
- </div>
- <div class="content">
- <div class="col-3">
- <h4>To make this happen, you agree that</h4>
- When you use voice activation commands, such as "Ok Google" or
- touching a microphone icon, a recording of the next thing you say,
- plus a few seconds before, may be used and stored by Google and
- associated with your Google Account to help recognize your voice and
- improve speech recognition.
- <br>
- <a is="action-link">LEARN MORE</a>
- </div>
- </div>
- <div class="buttonbar">
- <button id="ah-agree-button" class="primary">I AGREE</button>
- <button id="ah-cancel-button" >NO THANKS</button>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698