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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index b6e0dce6d89ef177ea554cb72e858f0a34ddb471..428ca86ddae976319f98ce5f37f1bd9c8ed68b5a 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -378,12 +378,13 @@
sub-option-secondary="$i18n{siteSettingsFlashAskBeforeSubtitle}">
</category-default-setting>
<if expr="chromeos">
- <div actionable class="settings-box"
- on-tap="onAdobeFlashStorageClicked_">
+ <a class="settings-box inherit-color no-outline" tabindex="-1"
+ target="_blank"
+ href="https://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html">
<div class="start">$i18n{adobeFlashStorage}</div>
<button class="icon-external" is="paper-icon-button-light"
- aria-label="$i18n{adobeFlashStorage}"></button>
- </div>
+ actionable aria-label="$i18n{adobeFlashStorage}"></button>
+ </a>
</if>
<category-setting-exceptions
category="{{ContentSettingsTypes.PLUGINS}}">

Powered by Google App Engine
This is Rietveld 408576698