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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_category.html

Issue 2272213005: Site Settings Desktop: Add links to Adobe settings and Learn more. (Closed)
Patch Set: Address feedback Created 4 years, 4 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/site_settings/site_settings_category.html
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_category.html b/chrome/browser/resources/settings/site_settings/site_settings_category.html
index 252cc934054c6f214cf8357c689836ce6ae7046c..663cba15042f0304fd7aed0d63697e5c92ca80a9 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_category.html
+++ b/chrome/browser/resources/settings/site_settings/site_settings_category.html
@@ -49,6 +49,20 @@
<content select=".cookie-controls"></content>
+ <div class="settings-box layout horizontal">
+<if expr="chromeos">
+ <div class="flex" hidden$="[[!isPluginCategory_(category)]]">
+ <div class="list-item list-button"
+ on-tap="onAdobeFlashStorageClicked_">
+ $i18n{adobeFlashStorage}
+ </div>
+ </div>
+</if>
+ <div class="list-item list-button" on-tap="onLearnMoreClicked_">
+ $i18n{learnMore}
+ </div>
+ </div>
+
<site-list
category="[[category]]"
category-subtype="[[PermissionValues.BLOCK]]"

Powered by Google App Engine
This is Rietveld 408576698