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

Unified Diff: chrome/browser/resources/settings/printing_page/cloud_printers.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/printing_page/cloud_printers.js
diff --git a/chrome/browser/resources/settings/printing_page/cloud_printers.js b/chrome/browser/resources/settings/printing_page/cloud_printers.js
index 3537e5d9753f0a7aaac302077e5f299f7087d440..1de17f79f6657d954ef3cc9a2c4f1eb29acff57f 100644
--- a/chrome/browser/resources/settings/printing_page/cloud_printers.js
+++ b/chrome/browser/resources/settings/printing_page/cloud_printers.js
@@ -16,9 +16,4 @@ Polymer({
notify: true,
},
},
-
- /** @private */
- onManageTap_: function() {
- window.open(loadTimeData.getString('devicesUrl'));
- },
});

Powered by Google App Engine
This is Rietveld 408576698