| Index: chrome/browser/resources/options/stop_syncing_overlay.html
|
| diff --git a/chrome/browser/resources/options/stop_syncing_overlay.html b/chrome/browser/resources/options/stop_syncing_overlay.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..79b37703f69eea2f98fb9dd058a9a23276b8774a
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options/stop_syncing_overlay.html
|
| @@ -0,0 +1,8 @@
|
| +<div class="page hidden" id="stopSyncingOverlay">
|
| + <h1 i18n-content="stop_syncing_title"></h1>
|
| +
|
| + <div i18n-content="stop_syncing_explanation"></div>
|
| + <button id="stop-syncing-cancel" i18n-content="cancel"></button>
|
| + <button id="stop-syncing-confirm"
|
| + i18n-content="stop_syncing_confirm"></button>
|
| +</div>
|
|
|