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

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

Issue 9956097: suppress user/password dialog when re-enabling sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 8 years, 9 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
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html
index eda9c628e18933f47c4a2aa31a909741bd987711..1a55e7647805cbd4bdd2c3be4354c2f32a361dc5 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -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