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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2613023003: MD Settings: Use appropriate icon for "manage certificates" button. (Closed)
Patch Set: Created 3 years, 11 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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 76fbc1a6c0e2478739786f2f0e2aaaa92c3220c6..8d8f426719cee3225c281a3d0ab82aee775505f8 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -161,7 +161,12 @@
<div>$i18n{manageCertificates}</div>
<div class="secondary">$i18n{manageCertificatesDescription}</div>
</div>
- <button class="subpage-arrow" is="paper-icon-button-light"></button>
+<if expr="use_nss_certs">
+ <button is="paper-icon-button-light" class="subpage-arrow"></button>
+</if>
+<if expr="not use_nss_certs">
+ <button is="paper-icon-button-light" class="icon-external"></button>
+</if>
</div>
</if>
<div id="site-settings-subpage-trigger"
« 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