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

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

Issue 1248613003: Issue 501916 : Add data type counts to profile deletion flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to achuithb's comment Created 5 years, 2 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 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml"> 1 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
2 2
3 <div id="user-pod-template" class="pod" hidden> 3 <div id="user-pod-template" class="pod" hidden>
4 <div class="user-image-pane"> 4 <div class="user-image-pane">
5 <div class="user-image-container"> 5 <div class="user-image-container">
6 <img class="user-image" alt> 6 <img class="user-image" alt>
7 </div> 7 </div>
8 <div class="signed-in-indicator" i18n-content="signedIn"></div> 8 <div class="signed-in-indicator" i18n-content="signedIn"></div>
9 <div class="indicator-container"> 9 <div class="indicator-container">
10 <div class="indicator legacy-supervised-indicator"></div> 10 <div class="indicator legacy-supervised-indicator"></div>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </div> 58 </div>
59 <div class="action-box-menu"> 59 <div class="action-box-menu">
60 <div class="action-box-menu-title"> 60 <div class="action-box-menu-title">
61 <span class="action-box-menu-title-name"></span> 61 <span class="action-box-menu-title-name"></span>
62 <span class="action-box-menu-title-email"></span> 62 <span class="action-box-menu-title-email"></span>
63 </div> 63 </div>
64 <div class="action-box-menu-remove"> 64 <div class="action-box-menu-remove">
65 <span class="action-box-menu-remove-command"/> 65 <span class="action-box-menu-remove-command"/>
66 </div> 66 </div>
67 <div class="action-box-remove-user-warning" hidden> 67 <div class="action-box-remove-user-warning" hidden>
68 <div class="action-box-remove-user-warning-text" 68 <div class="action-box-remove-user-warning-text"></div>
69 i18n-content="removeUserWarningText" hidden></div> 69 <table class="action-box-remove-user-warning-table-nonsync
70 non-sync has-stats">
71 <tbody>
72 <tr>
73 <td i18n-content="removeUserWarningTextHistory"></td>
74 <td class="action-box-remove-user-warning-history
75 action-box-remove-user-warning-table-numbers"
76 i18n-content="removeUserWarningTextCalculating"></td>
77 </tr>
78 <tr>
79 <td i18n-content="removeUserWarningTextPasswords"></td>
80 <td class="action-box-remove-user-warning-passwords
81 action-box-remove-user-warning-table-numbers"
82 i18n-content="removeUserWarningTextCalculating"></td>
83 </tr>
84 <tr>
85 <td i18n-content="removeUserWarningTextBookmarks"></td>
86 <td class="action-box-remove-user-warning-bookmarks
87 action-box-remove-user-warning-table-numbers"
88 i18n-content="removeUserWarningTextCalculating"></td>
89 </tr>
90 <tr>
91 <td i18n-content="removeUserWarningTextSettings"></td>
92 <td class="action-box-remove-user-warning-settings
93 action-box-remove-user-warning-table-numbers"
94 i18n-content="removeUserWarningTextCalculating"></td>
95 </tr>
96 </tbody>
97 </table>
70 <div class="action-box-remove-legacy-supervised-user-warning-text" 98 <div class="action-box-remove-legacy-supervised-user-warning-text"
71 i18n-content="removeLegacySupervisedUserWarningText"></div> 99 i18n-content="removeLegacySupervisedUserWarningText"></div>
72 <button class="remove-warning-button 100 <button class="remove-warning-button
73 custom-appearance button-fancy button-red" 101 custom-appearance button-fancy button-red"
74 i18n-content="removeUserWarningButtonTitle"></button> 102 i18n-content="removeUserWarningButtonTitle"></button>
75 </div> 103 </div>
76 </div> 104 </div>
77 <div class="user-type-bubble"> 105 <div class="user-type-bubble">
78 <div class="user-type-bubble-header"> 106 <div class="user-type-bubble-header">
79 <span class="mp-policy-title" 107 <span class="mp-policy-title"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 i18n-content="publicSessionLanguageAndInput"></a> 156 i18n-content="publicSessionLanguageAndInput"></a>
129 </div> 157 </div>
130 <button class="enter-button" 158 <button class="enter-button"
131 i18n-content="publicAccountEnter" 159 i18n-content="publicAccountEnter"
132 i18n-values="aria-label:publicAccountEnterAccessibleName"> 160 i18n-values="aria-label:publicAccountEnterAccessibleName">
133 </button> 161 </button>
134 </div> 162 </div>
135 </div> 163 </div>
136 </div> 164 </div>
137 </div> 165 </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