| Index: chrome/browser/resources/login/user_pod_template.html
|
| diff --git a/chrome/browser/resources/login/user_pod_template.html b/chrome/browser/resources/login/user_pod_template.html
|
| index 4b92b76b4a907d63e0b2c14f16b44f7a467d5d3d..a35d21ee0e1585888cbb31f54c3544f166d32a6c 100644
|
| --- a/chrome/browser/resources/login/user_pod_template.html
|
| +++ b/chrome/browser/resources/login/user_pod_template.html
|
| @@ -22,6 +22,7 @@
|
| <button class="launch-app-button" i18n-content="launchAppButton" hidden>
|
| </button>
|
| <div class="locked-indicator" hidden></div>
|
| + <div class="supervised-indicator" hidden></div>
|
| </div>
|
| <div class="action-box-area">
|
| <div class="custom-appearance action-box-button"></div>
|
| @@ -39,7 +40,9 @@
|
| </div>
|
| <div class="action-box-remove-user-warning" hidden>
|
| <div class="action-box-remove-user-warning-text"
|
| - i18n-content="removeUserWarningText"></div>
|
| + i18n-content="removeUserWarningText" hidden></div>
|
| + <div class="action-box-remove-supervised-user-warning-text"
|
| + i18n-content="removeSupervisedUserWarningText"></div>
|
| <button class="remove-warning-button
|
| custom-appearance button-fancy button-red"
|
| i18n-content="removeUserWarningButtonTitle"></button>
|
|
|