| 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 a46a12792cb4364f8b6ae457924a2a5cbca8c5d6..14399e15d69a93da1eb598839817290de831cff0 100644
|
| --- a/chrome/browser/resources/options/certificate_manager.html
|
| +++ b/chrome/browser/resources/options/certificate_manager.html
|
| @@ -44,7 +44,7 @@
|
| <button id="personalCertsTab-import"
|
| i18n-content="import_certificate" disabled>
|
| </button>
|
| -<if expr="pp_ifdef('chromeos')">
|
| +<if expr="chromeos">
|
| <button id="personalCertsTab-import-and-bind"
|
| i18n-content="importAndBindCertificate" disabled>
|
| </button>
|
|
|