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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.html

Issue 220593003: [Canceled] Show a "downloads in progress" warning in the delete profile overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/manage_profile_overlay.html
diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
index 14e6fa807678c6f719f3a4a2afb25809ac947afd..a6fb7da714963d3e7f4f9757e3567118eb1d0131 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -42,6 +42,12 @@
<img id="delete-profile-icon" class="profile-icon">
<div id="delete-profile-text"></div>
</div>
+ <div id="delete-profile-single-download-addendum"
+ i18n-values=".innerHTML:deleteProfileSingleDownloadAddendum" hidden>
+ </div>
+ <div id="delete-profile-multiple-downloads-addendum"
+ i18n-values=".innerHTML:deleteProfileMultipleDownloadsAddendum" hidden>
+ </div>
<div id="delete-managed-profile-addendum"
i18n-values=".innerHTML:deleteManagedProfileAddendum" hidden>
</div>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698