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

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: Third draft - removed all password manager code Created 5 years, 5 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..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
« ui/login/account_picker/user_pod_row.js ('K') | « 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