Index: ui/login/account_picker/user_pod_template.html |
diff --git a/ui/login/account_picker/user_pod_template.html b/ui/login/account_picker/user_pod_template.html |
index 34b2ee7f8f3e888337bcc73c05c12efc16491044..cc1d268baa24de4d18f34d2c98f2b544e0300937 100644 |
--- a/ui/login/account_picker/user_pod_template.html |
+++ b/ui/login/account_picker/user_pod_template.html |
@@ -65,8 +65,39 @@ |
<span class="action-box-menu-remove-command"/> |
</div> |
<div class="action-box-remove-user-warning" hidden> |
- <div class="action-box-remove-user-warning-text" |
+ <div class="action-box-remove-user-warning-text-nostats" |
i18n-content="removeUserWarningText" hidden></div> |
+ <div class="action-box-remove-user-warning-text-nonsync" hidden></div> |
+ <table class="action-box-remove-user-warning-table-nonsync" hidden> |
+ <tbody> |
+ <tr> |
+ <td i18n-content="removeUserWarningTextHistory"></td> |
+ <td class="action-box-remove-user-warning-history |
+ action-box-remove-user-warning-table-numbers" |
+ i18n-content="removeUserWarningTextComputing"></td> |
+ </tr> |
+ <tr> |
+ <td i18n-content="removeUserWarningTextPasswords"></td> |
+ <td class="action-box-remove-user-warning-passwords |
+ action-box-remove-user-warning-table-numbers" |
+ i18n-content="removeUserWarningTextComputing"></td> |
+ </tr> |
+ <tr> |
+ <td i18n-content="removeUserWarningTextBookmarks"></td> |
+ <td class="action-box-remove-user-warning-bookmarks |
+ action-box-remove-user-warning-table-numbers" |
+ i18n-content="removeUserWarningTextComputing"></td> |
+ </tr> |
+ <tr> |
+ <td i18n-content="removeUserWarningTextSettings"></td> |
+ <td class="action-box-remove-user-warning-settings |
+ action-box-remove-user-warning-table-numbers" |
+ i18n-content="removeUserWarningTextComputing"></td> |
+ </tr> |
+ </tbody> |
+ </table> |
+ <div class="action-box-remove-user-warning-text-sync" hidden></div> |
+ <div class="action-box-remove-user-warning-text-sync2" hidden></div> |
<div class="action-box-remove-legacy-supervised-user-warning-text" |
i18n-content="removeLegacySupervisedUserWarningText"></div> |
<button class="remove-warning-button |