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

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

Issue 10020028: Merge 130722 - On ChromeOS, the user is always signed in and we should not (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/src/
Patch Set: Created 8 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 | « no previous file | 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
===================================================================
--- chrome/browser/resources/sync_setup_overlay.html (revision 131686)
+++ chrome/browser/resources/sync_setup_overlay.html (working copy)
@@ -339,6 +339,16 @@
</form>
</div>
</div>
+ <div id="sync-setup-spinner" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="syncSetupConfigureTitle"></h1>
+ <div class="content-area">
+ <div id="spinner-throbber" class="throbber"></div>
+ </div>
+ <div class="action-area button-strip">
+ <input id="sync-spinner-cancel" type="button" i18n-values="value:cancel">
+ </div>
+ </div>
<div id="sync-setup-stop-syncing" hidden>
<div class="close-button"></div>
<h1 i18n-content="stopSyncingTitle"></h1>
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698