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

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

Issue 2359403002: [MD settings] remove condition on site list actionable state (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8d4eb9367772820053c0a4384f336b3d35b0ac44..0ce69c7c47bfb013c5d70764d71ef0ec9897bf2e 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -43,7 +43,7 @@
<template is="dom-repeat" items="[[sites]]">
<div class="list-item">
<div class="start layout horizontal center" on-tap="onOriginTap_"
- actionable$="[[!isExceptionControlled_(item.source)]]">
+ actionable>
<div class="favicon-image"
style$="[[computeSiteIcon(item.originForDisplay)]]">
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698