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

Unified 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: Rebase (again) and added strings for the case when statistics are loading Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
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..e863e1e890a75d6106518fb0449e36925746b99a 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -65,8 +65,36 @@
<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"></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-legacy-supervised-user-warning-text"
i18n-content="removeLegacySupervisedUserWarningText"></div>
<button class="remove-warning-button

Powered by Google App Engine
This is Rietveld 408576698