| 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 5ff11f55a192839397e90d80f7bdcf20c058497c..c1949226d3bdd0d2d7154a8b6154531db13e9c83 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -45,8 +45,9 @@ Polymer({
|
| <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 expr="is_win or is_macosx">
|
| + settings.PrivacyPageBrowserProxyImpl.getInstance().
|
| + showManageSSLCertificates();
|
| </if>
|
| },
|
|
|
|
|