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

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

Issue 1868273002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dan's comments + rebase Created 4 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
Index: chrome/browser/resources/options/sync_setup_overlay.html
diff --git a/chrome/browser/resources/options/sync_setup_overlay.html b/chrome/browser/resources/options/sync_setup_overlay.html
index 8924552134f4b91ca76d02230d526275946c9e6a..161e90dc753e23df19acb0020abf22f3efc20cc2 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.html
+++ b/chrome/browser/resources/options/sync_setup_overlay.html
@@ -115,7 +115,6 @@
i18n-content="learnMore"></a>
</div>
<div id="customize-sync-encryption-new">
- <hr>
<h4 i18n-content="encryptionSectionTitle"></h4>
<div id="encryption-section-message"
i18n-content="encryptionSectionMessage"></div>
@@ -191,6 +190,14 @@
i18n-values=".innerHTML:passphraseRecover" hidden>
</div>
</div>
+ <div id="personalize-google-services">
+ <div class="title">
+ <h4 i18n-content="personalizeGoogleServicesTitle"></h4>
+ <div id="googleg-logo" class="logo"></div>
+ </div>
+ <div i18n-values=".innerHTML:personalizeGoogleServicesMessage">
+ </div>
+ </div>
</div>
<div class="action-area">
<div class="action-area-link-container">
« no previous file with comments | « chrome/browser/resources/options/sync_setup_overlay.css ('k') | chrome/browser/resources/options/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698