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

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

Issue 2189163002: Add remove non-device-owner user removal confirmation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years, 4 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 <div id="user-pod-template" class="pod disabled" hidden> 1 <div id="user-pod-template" class="pod disabled" hidden>
2 <div class="user-image-pane"> 2 <div class="user-image-pane">
3 <div class="user-image-container"> 3 <div class="user-image-container">
4 <img class="user-image" alt> 4 <img class="user-image" alt>
5 </div> 5 </div>
6 <div class="signed-in-indicator" i18n-content="signedIn"></div> 6 <div class="signed-in-indicator" i18n-content="signedIn"></div>
7 <div class="indicator-container"> 7 <div class="indicator-container">
8 <div class="indicator legacy-supervised-indicator"></div> 8 <div class="indicator legacy-supervised-indicator"></div>
9 <div class="indicator child-indicator"></div> 9 <div class="indicator child-indicator"></div>
10 <div class="indicator locked-indicator"></div> 10 <div class="indicator locked-indicator"></div>
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <tr> 95 <tr>
96 <td i18n-content="removeUserWarningTextSettings"></td> 96 <td i18n-content="removeUserWarningTextSettings"></td>
97 <td class="action-box-remove-user-warning-settings 97 <td class="action-box-remove-user-warning-settings
98 action-box-remove-user-warning-table-numbers" 98 action-box-remove-user-warning-table-numbers"
99 i18n-content="removeUserWarningTextCalculating"></td> 99 i18n-content="removeUserWarningTextCalculating"></td>
100 </tr> 100 </tr>
101 </tbody> 101 </tbody>
102 </table> 102 </table>
103 <div class="action-box-remove-legacy-supervised-user-warning-text" 103 <div class="action-box-remove-legacy-supervised-user-warning-text"
104 i18n-content="removeLegacySupervisedUserWarningText"></div> 104 i18n-content="removeLegacySupervisedUserWarningText"></div>
105 <div class="action-box-remove-non-owner-user-warning-text"
106 i18n-content="removeNonOwnerUserWarningText"></div>
105 <!-- paper-button is imported inside user_manager.html --> 107 <!-- paper-button is imported inside user_manager.html -->
106 <paper-button class="remove-warning-button" 108 <paper-button class="remove-warning-button"
107 i18n-content="removeUserWarningButtonTitle"></paper-button> 109 i18n-content="removeUserWarningButtonTitle"></paper-button>
108 </div> 110 </div>
109 </div> 111 </div>
110 <div class="user-type-bubble"> 112 <div class="user-type-bubble">
111 <div class="user-type-bubble-header"> 113 <div class="user-type-bubble-header">
112 <span class="mp-policy-title" 114 <span class="mp-policy-title"
113 i18n-content="multiProfilesRestrictedPolicyTitle"></span> 115 i18n-content="multiProfilesRestrictedPolicyTitle"></span>
114 </div> 116 </div>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 i18n-content="publicSessionLanguageAndInput"></a> 163 i18n-content="publicSessionLanguageAndInput"></a>
162 </div> 164 </div>
163 <button class="enter-button" 165 <button class="enter-button"
164 i18n-content="publicAccountEnter" 166 i18n-content="publicAccountEnter"
165 i18n-values="aria-label:publicAccountEnterAccessibleName"> 167 i18n-values="aria-label:publicAccountEnterAccessibleName">
166 </button> 168 </button>
167 </div> 169 </div>
168 </div> 170 </div>
169 </div> 171 </div>
170 </div> 172 </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