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

Side by Side Diff: chrome/browser/resources/options/stop_syncing_overlay.html

Issue 3038016: Stop Syncing Overlay and Import Data Overlay (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: order include Created 10 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div class="page hidden" id="stopSyncingOverlay">
2 <h1 i18n-content="stop_syncing_title"></h1>
3
4 <div i18n-content="stop_syncing_explanation"></div>
5 <button id="stop-syncing-cancel" i18n-content="cancel"></button>
6 <button id="stop-syncing-confirm"
7 i18n-content="stop_syncing_confirm"></button>
8 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/personal_options.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