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

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

Issue 2409003002: [MD settings] flag to enable site settings All sites and Site details pages (Closed)
Patch Set: merge with master; fix typo Created 4 years, 2 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_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index cd2141d4af178750df3a6d52b1cb8a09016cdabb..f520b78f71dc9c65e9a93cab1911c0baf166f9de 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -39,7 +39,7 @@
<template is="dom-repeat" items="[[sites]]">
<div class="list-item">
<div class="start layout horizontal center" on-tap="onOriginTap_"
- actionable>
+ actionable$="[[enableSiteSettings_]]">
<div class="favicon-image"
style$="[[computeSiteIcon(item.originForDisplay)]]">
</div>

Powered by Google App Engine
This is Rietveld 408576698