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

Side by Side Diff: chrome/browser/resources/hotword_audio_verification/steps/all_set_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, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div id="all-set-container" hidden>
2 <div class="container">
3 <div class="header">
4 <span class="x"></span>
benwells 2014/09/01 01:28:48 Can we use 'close' instead of 'x'?
kcarattini 2014/09/01 06:59:07 Done.
5 <div class="header-text">
6 <div class="v-spacing-for-no-subheading">
7 </div>
8 <h1>All set!</h1>
9 </div>
10 </div>
11 <div class="content">
12 <div class="col-3">
13 <h4>Your Chromebook can now:</h4>
14 <div class="check">
15 <span class="icon"></span>
16 <span class="text">Recognize your voice when you say 'Ok Google'</span >
17 </div>
18 <div class="check">
19 <span class="icon"></span>
20 <span class="text">Respond to 'Ok Google' when the screen is on</span>
21 </div>
22 You can change these settings at any time in the <a href="#">Chrome Se ttings</a>
23 </div>
24 </div>
25 <div class="buttonbar">
26 <button id="try-now-button" class="primary">OK, TRY IT NOW</button>
27 </div>
28 </div>
29 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698