Chromium Code Reviews| 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 39276a7c0080186ba8093e71fe764c6a678d2a61..1ca97fb5f4356ddbf53987d3d8290b63e34978d6 100644 |
| --- a/chrome/browser/resources/options/certificate_manager.html |
| +++ b/chrome/browser/resources/options/certificate_manager.html |
| @@ -50,6 +50,10 @@ |
| --> |
| <button id="personalCertsTab-import" i18n-content="import_certificate" |
| ></button> |
| + <if expr="pp_ifdef('chromeos')"> |
| + <button id="personalCertsTab-import-and-bind" |
| + i18n-content="importAndBindCertificate" disabled></button> |
| + </if> |
| <button id="personalCertsTab-backup" i18n-content="export_certificate" |
| disabled></button> |
| <button id="personalCertsTab-delete" i18n-content="delete_certificate" |
| @@ -75,6 +79,10 @@ |
| --> |
| <button id="serverCertsTab-import" i18n-content="import_certificate" |
| ></button> |
| + <if expr="pp_ifdef('chromeos')"> |
| + <button id="serverCertsTab-import-and-bind" |
| + i18n-content="importAndBindCertificate" disabled></button> |
| + </if> |
|
mattm
2011/03/01 22:24:11
Do we actually need this for server certs? Normal
xiyuan
2011/03/01 22:48:34
Removed. I am not sure whether we will need this o
|
| <button id="serverCertsTab-export" i18n-content="export_certificate" |
| disabled></button> |
| <button id="serverCertsTab-delete" i18n-content="delete_certificate" |