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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_wait_for_container_ready.html

Issue 2952943002: Update voice interaction OOBE with new UX spec (Closed)
Patch Set: Rebase Created 3 years, 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_wait_for_container_ready.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Copyright 2017 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 4
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html">
6 6
7 <dom-module id="wait-for-container-ready-md"> 7 <dom-module id="wait-for-container-ready-md">
8 <template> 8 <template>
9 <link rel="stylesheet" href="oobe_wait_for_container_ready.css"> 9 <link rel="stylesheet" href="oobe_wait_for_container_ready.css">
10 <link rel="stylesheet" href="oobe_dialog_parameters.css"> 10 <link rel="stylesheet" href="oobe_dialog_parameters.css">
11 <oobe-dialog id="waitForContainerReadyDialog" role="dialog" hide-shadow> 11 <oobe-dialog id="waitForContainerReadyDialog" role="dialog" hide-shadow
12 no-footer android>
12 <iron-icon src="https://www.gstatic.com/opa-chromeos/oobe/images/assistant _logo.png" class="oobe-icon"> 13 <iron-icon src="https://www.gstatic.com/opa-chromeos/oobe/images/assistant _logo.png" class="oobe-icon">
13 </iron-icon> 14 </iron-icon>
14 <div class="header"> 15 <div class="header">
15 <h1 class="title" i18n-content="waitForContainerReadyTitle"></h1> 16 <div class="title" i18n-content="waitForContainerReadyTitle"></div>
16 <div class="subtitle"> 17 <div id="subtitle">
17 <div i18n-content="waitForContainerReadyIntroMessage"></div> 18 <div i18n-content="waitForContainerReadyIntroMessage"></div>
18 </div> 19 </div>
19 <div class="content"> 20 <div class="content">
20 <paper-progress class="slow" indeterminate></paper-progress> 21 <paper-progress class="slow" indeterminate></paper-progress>
21 </div> 22 </div>
22 </div> 23 </div>
23 </oobe-dialog> 24 </oobe-dialog>
24 </template> 25 </template>
25 </dom-module> 26 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_wait_for_container_ready.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698