| 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..914f7a46c471691e2427e82fc2a8bd363e3a9bb2 100644
|
| --- a/ui/login/account_picker/user_pod_template.html
|
| +++ b/ui/login/account_picker/user_pod_template.html
|
| @@ -65,8 +65,45 @@
|
| <span class="action-box-menu-remove-command"/>
|
| </div>
|
| <div class="action-box-remove-user-warning" hidden>
|
| - <div class="action-box-remove-user-warning-text"
|
| - i18n-content="removeUserWarningText" hidden></div>
|
| + <div class="action-box-remove-user-warning-text-nonsync
|
| + non-sync has-stats"></div>
|
| + <div class="action-box-remove-user-warning-text-nonsync-nostats
|
| + non-sync has-no-stats"
|
| + i18n-content="removeUserWarningTextNonSyncNoStats"></div>
|
| + <table class="action-box-remove-user-warning-table-nonsync
|
| + non-sync has-stats">
|
| + <tbody>
|
| + <tr>
|
| + <td i18n-content="removeUserWarningTextHistory"></td>
|
| + <td class="action-box-remove-user-warning-history
|
| + action-box-remove-user-warning-table-numbers"
|
| + i18n-content="removeUserWarningTextCalculating"></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="removeUserWarningTextCalculating"></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="removeUserWarningTextCalculating"></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="removeUserWarningTextCalculating"></td>
|
| + </tr>
|
| + </tbody>
|
| + </table>
|
| + <div class="action-box-remove-user-warning-text-sync
|
| + sync has-stats"></div>
|
| + <div class="action-box-remove-user-warning-text-sync-nostats
|
| + sync has-no-stats"
|
| + i18n-content="removeUserWarningTextSyncNoStats"></div>
|
| <div class="action-box-remove-legacy-supervised-user-warning-text"
|
| i18n-content="removeLegacySupervisedUserWarningText"></div>
|
| <button class="remove-warning-button
|
|
|