diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 17:17:04 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 17:17:04 +0000 |
commit | e7847ba2d39534090bdd8e82887ebef514f0a4b2 (patch) | |
tree | d5340b9687e50636408ffab275fe0b7b088bde62 /chrome/browser/resources | |
parent | a890386d01d56fc39304006f2616398f6106feda (diff) | |
download | chromium_src-e7847ba2d39534090bdd8e82887ebef514f0a4b2.zip chromium_src-e7847ba2d39534090bdd8e82887ebef514f0a4b2.tar.gz chromium_src-e7847ba2d39534090bdd8e82887ebef514f0a4b2.tar.bz2 |
[ChromeOS] Add strings and UI placeholder for hardware-backed key.
BUG=chromium-os:11896,chromium-os:12300,chromium-os:12302
TEST=None. Punt until the underlying support is implemented.
Review URL: http://codereview.chromium.org/6592079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/options/certificate_manager.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/certificate_manager.html b/chrome/browser/resources/options/certificate_manager.html index 39276a7..983f5ab 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" |