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

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

Issue 2223213003: ChromeOS: Implement Accessibility Options screen of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix presubmit. Created 4 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-dropdown-menu/pap er-dropdown-menu.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-dropdown-menu/pap er-dropdown-menu.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.h tml">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-lis tbox.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-lis tbox.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html "> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
8 9
9 <iron-iconset-svg name="oobe-i18n-dropdown" size="24"> 10 <iron-iconset-svg name="oobe-i18n-dropdown" size="24">
10 <svg> 11 <svg>
11 <defs> 12 <defs>
12 <!-- 13 <!--
13 These icons are copied from Polymer's iron-icons and kept in sorted order. 14 These icons are copied from Polymer's iron-icons and kept in sorted order.
14 See http://goo.gl/Y1OdAq for instructions on adding additional icons. 15 See http://goo.gl/Y1OdAq for instructions on adding additional icons.
15 --> 16 -->
(...skipping 26 matching lines...) Expand all
42 hidden="[[!item.selected]]"> 43 hidden="[[!item.selected]]">
43 </iron-icon> 44 </iron-icon>
44 </div> 45 </div>
45 <hr hidden="[[!item.optionGroupName]]"> 46 <hr hidden="[[!item.optionGroupName]]">
46 </paper-item> 47 </paper-item>
47 </template> 48 </template>
48 </paper-listbox> 49 </paper-listbox>
49 </paper-dropdown-menu> 50 </paper-dropdown-menu>
50 </template> 51 </template>
51 </dom-module> 52 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_dialog.css ('k') | chrome/browser/resources/chromeos/login/oobe_types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698