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

Side by Side Diff: chrome/browser/resources/hotword_audio_verification/steps/finished_step.html

Issue 669603007: Adds the page for hotword-only to the opt-in flow. (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 unified diff | Download patch
OLDNEW
1 <div id="finished-container" hidden> 1 <div id="finished-container" hidden>
2 <div class="container"> 2 <div class="container">
3 <div class="header"> 3 <div class="header">
4 <span class="close"></span> 4 <span class="close"></span>
5 <div class="header-text"> 5 <div class="header-text">
6 <div class="v-spacing-for-no-subheading"></div> 6 <div class="v-spacing-for-no-subheading"></div>
7 <h1>All set!</h1> 7 <h1>All set!</h1>
8 </div> 8 </div>
9 </div> 9 </div>
10 <div class="content"> 10 <div class="content">
11 <div class="col-3"> 11 <div class="col-3">
12 <h4>Your Chromebook can now:</h4> 12 <h4>Your Chromebook can now:</h4>
13 <div class="check"> 13 <div class="check">
14 <span class="icon"></span> 14 <span class="icon"></span>
15 <span class="text"> 15 <span class="text">
16 Recognize your voice when you say 'Ok Google' 16 Recognize your voice when you say 'Ok Google'
17 </span> 17 </span>
18 </div> 18 </div>
19 <div class="check"> 19 <div class="check">
20 <span class="icon"></span> 20 <span class="icon"></span>
21 <span class="text"> 21 <span class="text">
22 Respond to 'Ok Google' when the screen is on 22 Respond to 'Ok Google' when the screen is on
23 </span> 23 </span>
24 </div> 24 </div>
25 You can change these settings at any time in the 25 You can change these settings at any time in the
26 <a href="#">Chrome Settings</a> 26 <a href="#">Chrome Settings</a>
27 </div> 27 </div>
28 </div> 28 </div>
29 <div class="buttonbar"> 29 <div class="buttonbar">
30 <button id="try-now-button" class="primary">OK, TRY IT NOW</button> 30 <button id="done-button" class="primary">DONE</button>
31 </div> 31 </div>
32 </div> 32 </div>
33 </div> 33 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698