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

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: Created 4 years, 8 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 i18n-content="supervisedUserCreatedDone"> 104 i18n-content="supervisedUserCreatedDone">
106 </paper-button> 105 </paper-button>
107 <paper-button id="switchUser" on-tap="onSwitchUserTap_"> 106 <paper-button id="switchUser" on-tap="onSwitchUserTap_">
108 [[switchUserText_(profileInfo)]] 107 [[switchUserText_(profileInfo)]]
109 </paper-button> 108 </paper-button>
110 </div> 109 </div>
111 </div> 110 </div>
112 </template> 111 </template>
113 <script src="chrome://md-user-manager/supervised_user_create_confirm.js"></scr ipt> 112 <script src="chrome://md-user-manager/supervised_user_create_confirm.js"></scr ipt>
114 </dom-module> 113 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698