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

Side by Side Diff: ui/login/account_picker/md_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="md_user_pod_template.css"> 3 <link rel="stylesheet" href="md_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 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 8 <link rel="import" href="chrome://resources/cr_elements/icons.html">
9 9
10 <iron-iconset-svg name="user-pod" size="24"> 10 <iron-iconset-svg name="user-pod" size="24">
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 action-box-remove-user-warning-table-numbers" 79 action-box-remove-user-warning-table-numbers"
80 i18n-content="removeUserWarningTextCalculating"></td> 80 i18n-content="removeUserWarningTextCalculating"></td>
81 </tr> 81 </tr>
82 <tr> 82 <tr>
83 <td i18n-content="removeUserWarningTextBookmarks"></td> 83 <td i18n-content="removeUserWarningTextBookmarks"></td>
84 <td class="action-box-remove-user-warning-bookmarks 84 <td class="action-box-remove-user-warning-bookmarks
85 action-box-remove-user-warning-table-numbers" 85 action-box-remove-user-warning-table-numbers"
86 i18n-content="removeUserWarningTextCalculating"></td> 86 i18n-content="removeUserWarningTextCalculating"></td>
87 </tr> 87 </tr>
88 <tr> 88 <tr>
89 <td i18n-content="removeUserWarningTextSettings"></td> 89 <td i18n-content="removeUserWarningTextAutofill"></td>
90 <td class="action-box-remove-user-warning-settings 90 <td class="action-box-remove-user-warning-autofill
91 action-box-remove-user-warning-table-numbers" 91 action-box-remove-user-warning-table-numbers"
92 i18n-content="removeUserWarningTextCalculating"></td> 92 i18n-content="removeUserWarningTextCalculating"></td>
93 </tr> 93 </tr>
94 </tbody> 94 </tbody>
95 </table> 95 </table>
96 <div class="action-box-remove-legacy-supervised-user-warning-text" 96 <div class="action-box-remove-legacy-supervised-user-warning-text"
97 i18n-content="removeLegacySupervisedUserWarningText"></div> 97 i18n-content="removeLegacySupervisedUserWarningText"></div>
98 <div class="action-box-remove-non-owner-user-warning-text" 98 <div class="action-box-remove-non-owner-user-warning-text"
99 i18n-content="removeNonOwnerUserWarningText"></div> 99 i18n-content="removeNonOwnerUserWarningText"></div>
100 <!-- paper-button is imported inside user_manager.html --> 100 <!-- paper-button is imported inside user_manager.html -->
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 i18n-values="aria-label:publicAccountEnterAccessibleName"> 226 i18n-values="aria-label:publicAccountEnterAccessibleName">
227 </paper-button> 227 </paper-button>
228 <div class="language-and-input-container"> 228 <div class="language-and-input-container">
229 <a class="language-and-input" href="#" role="button" 229 <a class="language-and-input" href="#" role="button"
230 i18n-content="publicSessionLanguageAndInput"></a> 230 i18n-content="publicSessionLanguageAndInput"></a>
231 </div> 231 </div>
232 </div> 232 </div>
233 </div> 233 </div>
234 </div> 234 </div>
235 </div> 235 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698