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

Unified Diff: chrome/browser/resources/options/certificate_manager.js

Issue 4310004: DOMUI Cert Manager: merge email certs into other certs tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 10 years, 1 month 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/options/certificate_manager.js
diff --git a/chrome/browser/resources/options/certificate_manager.js b/chrome/browser/resources/options/certificate_manager.js
index df5eed4ce394e5bd15d8c4749bb3eecbaffd6adb..145cfcb979494b94ab9449aaffc26318313c8838 100644
--- a/chrome/browser/resources/options/certificate_manager.js
+++ b/chrome/browser/resources/options/certificate_manager.js
@@ -161,7 +161,6 @@ cr.define('options', function() {
OptionsPage.prototype.initializePage.call(this);
this.personalTab = new CertificateManagerTab('personalCertsTab');
- this.emailTab = new CertificateManagerTab('emailCertsTab');
this.serverTab = new CertificateManagerTab('serverCertsTab');
this.caTab = new CertificateManagerTab('caCertsTab');
this.otherTab = new CertificateManagerTab('otherCertsTab');

Powered by Google App Engine
This is Rietveld 408576698