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

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

Issue 2915053002: Replace profile statistics preference count with AutofillCounter (Closed)
Patch Set: cleanup 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
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 action-box-remove-user-warning-table-numbers" 121 action-box-remove-user-warning-table-numbers"
122 i18n-content="removeUserWarningTextCalculating"></td> 122 i18n-content="removeUserWarningTextCalculating"></td>
123 </tr> 123 </tr>
124 <tr> 124 <tr>
125 <td i18n-content="removeUserWarningTextBookmarks"></td> 125 <td i18n-content="removeUserWarningTextBookmarks"></td>
126 <td class="action-box-remove-user-warning-bookmarks 126 <td class="action-box-remove-user-warning-bookmarks
127 action-box-remove-user-warning-table-numbers" 127 action-box-remove-user-warning-table-numbers"
128 i18n-content="removeUserWarningTextCalculating"></td> 128 i18n-content="removeUserWarningTextCalculating"></td>
129 </tr> 129 </tr>
130 <tr> 130 <tr>
131 <td i18n-content="removeUserWarningTextSettings"></td> 131 <td i18n-content="removeUserWarningTextAutofill"></td>
132 <td class="action-box-remove-user-warning-settings 132 <td class="action-box-remove-user-warning-autofill
133 action-box-remove-user-warning-table-numbers" 133 action-box-remove-user-warning-table-numbers"
134 i18n-content="removeUserWarningTextCalculating"></td> 134 i18n-content="removeUserWarningTextCalculating"></td>
135 </tr> 135 </tr>
136 </tbody> 136 </tbody>
137 </table> 137 </table>
138 <div class="action-box-remove-legacy-supervised-user-warning-text" 138 <div class="action-box-remove-legacy-supervised-user-warning-text"
139 i18n-content="removeLegacySupervisedUserWarningText"></div> 139 i18n-content="removeLegacySupervisedUserWarningText"></div>
140 <div class="action-box-remove-non-owner-user-warning-text" 140 <div class="action-box-remove-non-owner-user-warning-text"
141 i18n-content="removeNonOwnerUserWarningText"></div> 141 i18n-content="removeNonOwnerUserWarningText"></div>
142 <!-- paper-button is imported inside user_manager.html --> 142 <!-- paper-button is imported inside user_manager.html -->
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 i18n-values="aria-label:publicAccountEnterAccessibleName"> 207 i18n-values="aria-label:publicAccountEnterAccessibleName">
208 </paper-button> 208 </paper-button>
209 <div class="language-and-input-container"> 209 <div class="language-and-input-container">
210 <a class="language-and-input" href="#" role="button" 210 <a class="language-and-input" href="#" role="button"
211 i18n-content="publicSessionLanguageAndInput"></a> 211 i18n-content="publicSessionLanguageAndInput"></a>
212 </div> 212 </div>
213 </div> 213 </div>
214 </div> 214 </div>
215 </div> 215 </div>
216 </div> 216 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698