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

Unified Diff: chrome/browser/resources/settings/people_page/sync_page.html

Issue 2575743002: MD Settings: clicking on the "Learn more" shouldn't select the sync passphrase option (Closed)
Patch Set: Created 4 years 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/settings/people_page/sync_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/sync_page.html
diff --git a/chrome/browser/resources/settings/people_page/sync_page.html b/chrome/browser/resources/settings/people_page/sync_page.html
index 9380e6db990a1eb03bc731627383093b4b0ecb31..3fea890388c7028732a8403e0acf44e46b696a40 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.html
+++ b/chrome/browser/resources/settings/people_page/sync_page.html
@@ -228,7 +228,8 @@
<div class="list-item">
<span>
[[enterPassphrasePrompt_(syncPrefs.passphraseTypeIsCustom)]]
- <a href="$i18nRaw{syncErrorHelpUrl}" target="_blank">
+ <a href="$i18nRaw{syncErrorHelpUrl}" target="_blank"
+ on-tap="onSyncLearnMoreTap_">
$i18n{learnMore}
</a>
</span>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/sync_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698