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

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: 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/md_user_pod_row.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | 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="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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 </td> 93 </td>
94 </tr> 94 </tr>
95 <tr> 95 <tr>
96 <td>$i18n{removeUserWarningTextBookmarks}</td> 96 <td>$i18n{removeUserWarningTextBookmarks}</td>
97 <td class="action-box-remove-user-warning-bookmarks 97 <td class="action-box-remove-user-warning-bookmarks
98 action-box-remove-user-warning-table-numbers"> 98 action-box-remove-user-warning-table-numbers">
99 $i18n{removeUserWarningTextCalculating} 99 $i18n{removeUserWarningTextCalculating}
100 </td> 100 </td>
101 </tr> 101 </tr>
102 <tr> 102 <tr>
103 <td>$i18n{removeUserWarningTextSettings}</td> 103 <td>$i18n{removeUserWarningTextAutofill}</td>
104 <td class="action-box-remove-user-warning-settings 104 <td class="action-box-remove-user-warning-autofill
105 action-box-remove-user-warning-table-numbers"> 105 action-box-remove-user-warning-table-numbers">
106 $i18n{removeUserWarningTextCalculating} 106 $i18n{removeUserWarningTextCalculating}
107 </td> 107 </td>
108 </tr> 108 </tr>
109 </tbody> 109 </tbody>
110 </table> 110 </table>
111 <div class="action-box-remove-legacy-supervised-user-warning-text"> 111 <div class="action-box-remove-legacy-supervised-user-warning-text">
112 $i18n{removeLegacySupervisedUserWarningText} 112 $i18n{removeLegacySupervisedUserWarningText}
113 </div> 113 </div>
114 <div class="action-box-remove-non-owner-user-warning-text"> 114 <div class="action-box-remove-non-owner-user-warning-text">
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 </paper-button> 250 </paper-button>
251 <div class="language-and-input-container"> 251 <div class="language-and-input-container">
252 <a class="language-and-input" href="#" role="button"> 252 <a class="language-and-input" href="#" role="button">
253 $i18n{publicSessionLanguageAndInput} 253 $i18n{publicSessionLanguageAndInput}
254 </a> 254 </a>
255 </div> 255 </div>
256 </div> 256 </div>
257 </div> 257 </div>
258 </div> 258 </div>
259 </div> 259 </div>
OLDNEW
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698