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

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

Issue 3052022: add files (Closed)
Patch Set: Created 10 years, 5 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: 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>
« no previous file with comments | « chrome/browser/resources/options/import_data_overlay.js ('k') | chrome/browser/resources/options/stop_syncing_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698