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

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

Issue 2161333002: MD Settings: Cleanup, remove non existing item-icon property from <iron-icon>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | chrome/browser/resources/settings/site_settings_page/site_settings_page.html » ('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_details_permission.html
diff --git a/chrome/browser/resources/settings/site_settings/site_details_permission.html b/chrome/browser/resources/settings/site_settings/site_details_permission.html
index cdc28907cb63f4ba07504076591aaf5521b73853..0a81d68aa3454bd479db9e45dad1e0d4b215965f 100644
--- a/chrome/browser/resources/settings/site_settings/site_details_permission.html
+++ b/chrome/browser/resources/settings/site_settings/site_details_permission.html
@@ -48,8 +48,8 @@
</style>
<div id="details" class="horizontal layout top" hidden>
<div class="left-column">
- <iron-icon icon="[[computeIconForContentCategory(category)]]"
- item-icon></iron-icon>
+ <iron-icon icon="[[computeIconForContentCategory(category)]]">
+ </iron-icon>
</div>
<div class="flex right-column">
<div class="permission-header">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings_page/site_settings_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698