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

Side by Side Diff: ui/login/account_picker/user_pod_template.html

Issue 2915053002: Replace profile statistics preference count with AutofillCounter (Closed)
Patch Set: change to SetBooleanWithoutPathExpansion 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 | « ui/login/account_picker/user_pod_row.js ('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 <dom-module id="user-pod-template-shared-styles"> 1 <dom-module id="user-pod-template-shared-styles">
2 <template> 2 <template>
3 <link rel="stylesheet" href="user_pod_template.css"> 3 <link rel="stylesheet" href="user_pod_template.css">
4 </template> 4 </template>
5 </dom-module> 5 </dom-module>
6 6
7 <style is="custom-style" include="user-pod-template-shared-styles"></style> 7 <style is="custom-style" include="user-pod-template-shared-styles"></style>
8 8
9 <iron-iconset-svg name="user-pod" size="24"> 9 <iron-iconset-svg name="user-pod" size="24">
10 <svg> 10 <svg>
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 </td> 123 </td>
124 </tr> 124 </tr>
125 <tr> 125 <tr>
126 <td>$i18n{removeUserWarningTextBookmarks}</td> 126 <td>$i18n{removeUserWarningTextBookmarks}</td>
127 <td class="action-box-remove-user-warning-bookmarks 127 <td class="action-box-remove-user-warning-bookmarks
128 action-box-remove-user-warning-table-numbers"> 128 action-box-remove-user-warning-table-numbers">
129 $i18n{removeUserWarningTextCalculating} 129 $i18n{removeUserWarningTextCalculating}
130 </td> 130 </td>
131 </tr> 131 </tr>
132 <tr> 132 <tr>
133 <td>$i18n{removeUserWarningTextSettings}</td> 133 <td>$i18n{removeUserWarningTextAutofill}</td>
134 <td class="action-box-remove-user-warning-settings 134 <td class="action-box-remove-user-warning-autofill
135 action-box-remove-user-warning-table-numbers"> 135 action-box-remove-user-warning-table-numbers">
136 $i18n{removeUserWarningTextCalculating} 136 $i18n{removeUserWarningTextCalculating}
137 </td> 137 </td>
138 </tr> 138 </tr>
139 </tbody> 139 </tbody>
140 </table> 140 </table>
141 <div class="action-box-remove-legacy-supervised-user-warning-text"> 141 <div class="action-box-remove-legacy-supervised-user-warning-text">
142 $i18n{removeLegacySupervisedUserWarningText} 142 $i18n{removeLegacySupervisedUserWarningText}
143 </div> 143 </div>
144 <div class="action-box-remove-non-owner-user-warning-text"> 144 <div class="action-box-remove-non-owner-user-warning-text">
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 </paper-button> 220 </paper-button>
221 <div class="language-and-input-container"> 221 <div class="language-and-input-container">
222 <a class="language-and-input" href="#" role="button"> 222 <a class="language-and-input" href="#" role="button">
223 $i18n{publicSessionLanguageAndInput} 223 $i18n{publicSessionLanguageAndInput}
224 </a> 224 </a>
225 </div> 225 </div>
226 </div> 226 </div>
227 </div> 227 </div>
228 </div> 228 </div>
229 </div> 229 </div>
OLDNEW
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698