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

Unified Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 235943011: Add a checkbox on stop-sync dialog to allow user to choose whether to delete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 8 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/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_setup_overlay.html
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html
index ebc13c066bd390bbfd14f0f6714db9700dd4d7e0..81ba419efa32714a4ef2e89600a994cfe738d466 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -221,6 +221,12 @@
<div class="content-area">
<span i18n-values=".innerHTML:stopSyncingExplanation"></span>
</div>
+ <div class="content-area">
James Hawkins 2014/04/30 19:15:34 Why did you introduce a second content area?
haitaol1 2014/04/30 20:16:02 Done. I guess I was using a different class. On 2
+ <label>
+ <input id="delete-profile" type="checkbox">
+ <span i18n-content="deleteProfileLabel"></span>
+ </label>
+ </div>
<div class="action-area button-strip">
<input id="stop-syncing-cancel" type="button"
i18n-values="value:cancel">
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698