| 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..a92d43195348de92acb893ff2b8b034c6f463fa0 100644
|
| --- a/chrome/browser/resources/sync_setup_overlay.html
|
| +++ b/chrome/browser/resources/sync_setup_overlay.html
|
| @@ -220,6 +220,14 @@
|
| <h1 i18n-content="stopSyncingTitle"></h1>
|
| <div class="content-area">
|
| <span i18n-values=".innerHTML:stopSyncingExplanation"></span>
|
| +<if expr="(not chromeos and is_posix) or is_win or is_macosx">
|
| + <div id="sync-setup-delete-profile" class="checkbox">
|
| + <label>
|
| + <input id="delete-profile" type="checkbox">
|
| + <span i18n-content="deleteProfileLabel"></span>
|
| + </label>
|
| + </div>
|
| +</if>
|
| </div>
|
| <div class="action-area button-strip">
|
| <input id="stop-syncing-cancel" type="button"
|
|
|