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

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: updated chromeos empty "localized" strings in signin_screen_handler.cc Created 5 years, 4 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..dc568fe22a110fff28bec811a382f3d99ccc33b6 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -65,8 +65,46 @@
<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-user-warning-manage-link-sync sync"></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