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

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

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge Created 3 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/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 ae28f92d98a29fb442b3f33a5b4ee0a802aabe2f..3c99f727e1b1a77128cf79da716a5f2a07918082 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.js
+++ b/chrome/browser/resources/settings/people_page/sync_page.js
@@ -269,11 +269,6 @@ Polymer({
this.browserProxy_.openActivityControlsUrl();
},
- /** @private */
- onManageSyncedDataTap_: function() {
- window.open(loadTimeData.getString('syncDashboardUrl'));
- },
-
/**
* Handler for when the autofill data type checkbox is changed.
* @private

Powered by Google App Engine
This is Rietveld 408576698