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

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: Working 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..4967933c17760d90e11bc0f064463165d0622b0b 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">
+ <div class="flex" hidden$="[[!isPluginCategory_(category)]]">
+ <if expr="chromeos">
dschuyler 2016/08/25 18:24:16 optional: I think these are normally left justifie
Finnur 2016/08/26 13:09:21 Done.
+ <div class="list-item list-button"
+ on-tap="onAdobeFlashStorageClicked_">
+ $i18n{adobeFlashStorage}
+ </div>
+ </if>
+ </div>
+ <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