| 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..983f5ab22ee41e3721c9e7f2c3e9fc81bf50c641 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"
|
|
|