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

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

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more refactoring Created 7 years 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 | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/resources/options/certificate_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/certificate_manager.html
diff --git a/chrome/browser/resources/options/certificate_manager.html b/chrome/browser/resources/options/certificate_manager.html
index 3d28e7f2b9f5b85734656b36a47e4199801a340c..a46a12792cb4364f8b6ae457924a2a5cbca8c5d6 100644
--- a/chrome/browser/resources/options/certificate_manager.html
+++ b/chrome/browser/resources/options/certificate_manager.html
@@ -42,7 +42,7 @@
disabled>
</button>
<button id="personalCertsTab-import"
- i18n-content="import_certificate">
+ i18n-content="import_certificate" disabled>
</button>
<if expr="pp_ifdef('chromeos')">
<button id="personalCertsTab-import-and-bind"
@@ -72,7 +72,8 @@
<button id="serverCertsTab-view" i18n-content="view_certificate"
disabled>
</button>
- <button id="serverCertsTab-import" i18n-content="import_certificate">
+ <button id="serverCertsTab-import" i18n-content="import_certificate"
+ disabled>
</button>
<button id="serverCertsTab-export" i18n-content="export_certificate"
disabled>
@@ -101,7 +102,7 @@
disabled>
</button>
<button id="caCertsTab-import" i18n-content="import_certificate"
- ></button>
+ disabled></button>
<button id="caCertsTab-export" i18n-content="export_certificate"
disabled>
</button>
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/resources/options/certificate_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698