Index: chrome/browser/resources/settings/privacy_page/privacy_page.js |
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
index c45ff8bcbe0d910106813f68a0ee26dab6465888..5ff11f55a192839397e90d80f7bdcf20c058497c 100644 |
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js |
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
@@ -42,7 +42,12 @@ Polymer({ |
/** @private */ |
onManageCertificatesTap_: function() { |
+<if expr="use_nss_certs"> |
this.$.pages.setSubpageChain(['manage-certificates']); |
+</if> |
+<if expr="not use_nss_certs"> |
+ // TODO(dpapad): Launch native certificate manager here. |
+</if> |
}, |
/** @private */ |