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

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: more generic name format 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698