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

Unified Diff: chrome/browser/resources/settings/printing_page/cloud_printers.html

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: replace more 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.html
diff --git a/chrome/browser/resources/settings/printing_page/cloud_printers.html b/chrome/browser/resources/settings/printing_page/cloud_printers.html
index d47403fc29784199a7995c08ce395ba54d1142c8..73ccacfda6c85d1a65c4bedb7d6e8c0ec4ced4cd 100644
--- a/chrome/browser/resources/settings/printing_page/cloud_printers.html
+++ b/chrome/browser/resources/settings/printing_page/cloud_printers.html
@@ -20,13 +20,14 @@
label="$i18n{printingNotificationsLabel}">
</settings-toggle-button>
</div>
- <div class="settings-box" on-tap="onManageTap_" actionable>
+ <a class="settings-box" actionable tabindex="-1" target="_blank"
+ href="$i18nRaw{devicesUrl}">
<div class="start">
$i18n{printingManageCloudPrintDevices}
</div>
<button class="icon-external" is="paper-icon-button-light"
aria-label="$i18n{printingManageCloudPrintDevices}"></button>
- </div>
+ </a>
</template>
<script src="cloud_printers.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698