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

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

Issue 2593503004: [MD settings] remove action menu from all-sites (Closed)
Patch Set: changed comment Created 4 years 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 | chrome/browser/resources/settings/site_settings/site_list.js » ('j') | 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 99f1a761b0befff665c99a8f9c96a8ffa2f7f809..0c18ca91b1fc4a1fa970bf042a460c2f54ca8080 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -82,7 +82,7 @@
</template>
<paper-icon-button id="dots" icon="cr:more-vert"
- hidden="[[isExceptionControlled_(item.source)]]"
+ hidden="[[isActionMenuHidden_(item.source)]]"
on-tap="onShowActionMenuTap_">
</paper-icon-button>
<template is="dom-if" if="[[enableSiteSettings_]]">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698