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

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

Issue 1831093002: MD Settings: Certificate manager, respect USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 4 years, 9 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/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..766f3c525f6facca0b473725db010d4136d7243f 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -41,11 +41,16 @@ Polymer({
},
/** @private */
- onManageCertificatesTap_: function() {
+ onManageCertificatesWebUiTap_: function() {
this.$.pages.setSubpageChain(['manage-certificates']);
},
/** @private */
+ onManageCertificatesNativeTap_: function() {
+ // TODO(dpapad): Launch native certificate manager here.
+ },
+
Dan Beam 2016/03/25 02:21:18 maybe something like: onManageCertificatesTap_:
dpapad 2016/03/25 16:56:55 Done.
+ /** @private */
onSiteSettingsTap_: function() {
this.$.pages.setSubpageChain(['site-settings']);
},

Powered by Google App Engine
This is Rietveld 408576698