| 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 2f205c1f6f727cd239bbfec3268647eb5673bc41..f4be33b59c531aad75d144462f9b621136320d77 100644
|
| --- a/chrome/browser/resources/options/certificate_manager.html
|
| +++ b/chrome/browser/resources/options/certificate_manager.html
|
| @@ -43,8 +43,6 @@
|
| <tr><td>
|
| <button id="personalCertsTab-view" i18n-content="view_certificate"
|
| disabled></button>
|
| - <button id="personalCertsTab-backup" i18n-content="export_certificate"
|
| - disabled></button>
|
| <!-- TODO(mattm):
|
| <button id="personalCertsTab-backup-all"
|
| i18n-content="export_all_certificates"
|
| @@ -52,6 +50,8 @@
|
| -->
|
| <button id="personalCertsTab-import" i18n-content="import_certificate"
|
| ></button>
|
| + <button id="personalCertsTab-backup" i18n-content="export_certificate"
|
| + disabled></button>
|
| <button id="personalCertsTab-delete" i18n-content="delete_certificate"
|
| disabled></button>
|
| </td></tr>
|
|
|