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

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

Issue 6261021: DOMUI: Fix ordering of Import/Export buttons in Cert Manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « no previous file | no next file » | 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 2f205c1f6f727cd239bbfec3268647eb5673bc41..f4be33b59c531aad75d144462f9b621136320d77 100644
--- a/chrome/browser/resources/options/certificate_manager.html
+++ b/chrome/browser/resources/options/certificate_manager.html
@@ -43,8 +43,6 @@
<tr><td>
<button id="personalCertsTab-view" i18n-content="view_certificate"
disabled></button>
- <button id="personalCertsTab-backup" i18n-content="export_certificate"
- disabled></button>
<!-- TODO(mattm):
<button id="personalCertsTab-backup-all"
i18n-content="export_all_certificates"
@@ -52,6 +50,8 @@
-->
<button id="personalCertsTab-import" i18n-content="import_certificate"
></button>
+ <button id="personalCertsTab-backup" i18n-content="export_certificate"
+ disabled></button>
<button id="personalCertsTab-delete" i18n-content="delete_certificate"
disabled></button>
</td></tr>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698