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

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

Issue 521483003: Hotword Audio Verification App: Adds hotwording assets and basic opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
new file mode 100644
index 0000000000000000000000000000000000000000..8ac36b88fb4144bed1d6a570fe8451fd5a8066e3
--- /dev/null
+++ b/chrome/browser/resources/hotword_audio_verification/steps/hotword_audio_history_step.html
@@ -0,0 +1,23 @@
+<div id="hotword-audio-history-container" hidden>
+ <div class="container">
+ <div class="header">
+ <span class="x"></span>
benwells 2014/09/01 01:28:48 Same here, can we use 'close'?
kcarattini 2014/09/01 06:59:07 Done.
+ <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 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 href="#" class="link-button">LEARN MORE</a>
+ </div>
+ </div>
+ <div class="buttonbar">
+ <button id="agree-button" class="primary">I AGREE</button>
Matt Giuca 2014/08/29 08:49:47 I think these should be namespaced similar to how
kcarattini 2014/09/01 06:59:07 Done.
Matt Giuca 2014/09/01 12:35:00 Is there actually a problem with name conflicts ac
Matt Giuca 2014/09/02 00:49:43 As discussed -- you said they'd be combined into a
+ <button id="no-thanks-button" >NO THANKS</button>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698