Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4672)

Unified Diff: chrome/browser/resources/options/certificate_manager.html

Issue 6592079: [ChromeOS] Add strings and UI placeholder for hardware-backed key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698