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

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

Issue 2370843002: Site Settings Desktop: Only show Remove action if filter hasn't removed all. (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
Index: chrome/browser/resources/settings/site_settings/site_data.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data.html b/chrome/browser/resources/settings/site_settings/site_data.html
index 09f38e49acda734032ca177c4d26c4c98d0636c3..d5cf66190c0c7bd77f5e46b9ea6a648f6fec5838 100644
--- a/chrome/browser/resources/settings/site_settings/site_data.html
+++ b/chrome/browser/resources/settings/site_settings/site_data.html
@@ -36,7 +36,7 @@
</style>
<div class="layout horizontal">
<div class="flex site-header">$i18n{siteSettingsCookieHeader}</div>
- <div class="secondary-action" hidden$="[[!removeAllIsVisible_(sites)]]">
+ <div class="secondary-action" id="remove">
<paper-button on-tap="onDeleteMultipleSites_" class="secondary-button">
[[computeRemoveLabel_(filterString_)]]
</paper-button>
@@ -61,7 +61,6 @@
</div>
</template>
</div>
-
</template>
<script src="cookie_info.js"></script>
<script src="cookie_tree_node.js"></script>

Powered by Google App Engine
This is Rietveld 408576698