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

Unified Diff: chrome/browser/resources/hotword_audio_verification/steps/finished_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: No copies for image files 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/finished_step.html
diff --git a/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html b/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html
new file mode 100644
index 0000000000000000000000000000000000000000..42c5ef29158519b3f54f11e1724f0dedb6ad7fff
--- /dev/null
+++ b/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html
@@ -0,0 +1,29 @@
+<div id="finished-container" hidden>
+ <div class="container">
+ <div class="header">
+ <span class="close"></span>
+ <div class="header-text">
+ <div class="v-spacing-for-no-subheading">
+ </div>
Bernhard Bauer 2014/09/01 10:16:24 I would try to fit this on the previous line; it m
kcarattini 2014/09/02 04:37:23 Done.
+ <h1>All set!</h1>
+ </div>
+ </div>
+ <div class="content">
+ <div class="col-3">
+ <h4>Your Chromebook can now:</h4>
+ <div class="check">
+ <span class="icon"></span>
+ <span class="text">Recognize your voice when you say 'Ok Google'</span>
Bernhard Bauer 2014/09/01 10:16:24 Fit this in 80 columns. Same for other instances.
kcarattini 2014/09/02 04:37:23 Done.
+ </div>
+ <div class="check">
+ <span class="icon"></span>
+ <span class="text">Respond to 'Ok Google' when the screen is on</span>
+ </div>
+ You can change these settings at any time in the <a href="#">Chrome Settings</a>
Bernhard Bauer 2014/09/01 10:16:24 Align with two fewer spaces.
kcarattini 2014/09/02 04:37:23 Done.
+ </div>
+ </div>
+ <div class="buttonbar">
+ <button id="try-now-button" class="primary">OK, TRY IT NOW</button>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698