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

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

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 | « chrome/browser/resources/settings/people_page/sync_page.html ('k') | no next file » | 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.js
diff --git a/chrome/browser/resources/settings/people_page/sync_page.js b/chrome/browser/resources/settings/people_page/sync_page.js
index c80178ccafd8381d5f532a799c661b343a48e49d..699855008d18c5ad57a1a03b83b970ecac251b71 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.js
+++ b/chrome/browser/resources/settings/people_page/sync_page.js
@@ -292,6 +292,14 @@ Polymer({
},
/**
+ * @param {!Event} e
+ * @private
+ */
+ onSyncLearnMoreTap_: function(e) {
+ e.stopPropagation();
+ },
+
+ /**
* Sends the newly created custom sync passphrase to the browser.
* @private
*/
« no previous file with comments | « chrome/browser/resources/settings/people_page/sync_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698