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

Side by Side Diff: chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html

Issue 1920253002: Refactors parse_html_subset() into i18n_behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 7 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://md-user-manager/profile_browser_proxy.html"> 1 <link rel="import" href="chrome://md-user-manager/profile_browser_proxy.html">
2 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> 2 <link rel="import" href="chrome://md-user-manager/shared_styles.html">
3 <link rel="import" href="chrome://resources/html/parse_html_subset.html">
4 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
5 <link rel="import" href="chrome://resources/html/util.html"> 4 <link rel="import" href="chrome://resources/html/util.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
9 8
10 <dom-module id="supervised-user-create-confirm"> 9 <dom-module id="supervised-user-create-confirm">
11 <template> 10 <template>
12 <style include="shared-styles"> 11 <style include="shared-styles">
13 :host { 12 :host {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 </paper-button> 86 </paper-button>
88 <paper-button id="switchUser" class="action primary" 87 <paper-button id="switchUser" class="action primary"
89 on-tap="onSwitchUserTap_"> 88 on-tap="onSwitchUserTap_">
90 [[switchUserText_(profileInfo)]] 89 [[switchUserText_(profileInfo)]]
91 </paper-button> 90 </paper-button>
92 </div> 91 </div>
93 </div> 92 </div>
94 </template> 93 </template>
95 <script src="chrome://md-user-manager/supervised_user_create_confirm.js"></scr ipt> 94 <script src="chrome://md-user-manager/supervised_user_create_confirm.js"></scr ipt>
96 </dom-module> 95 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698