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

Unified Diff: chrome/browser/resources/certificate_viewer.html

Issue 7528027: Add export function to WebUI certificate viewer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Adds TODO comment related to passing certificate viewer parent. Created 9 years, 4 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/certificate_viewer.html
diff --git a/chrome/browser/resources/certificate_viewer.html b/chrome/browser/resources/certificate_viewer.html
index 04d565a45657fbac85a1e671911e590bd59b6eb1..5737483fb4ac39196c1219365f8769e6cf4909dd 100644
--- a/chrome/browser/resources/certificate_viewer.html
+++ b/chrome/browser/resources/certificate_viewer.html
@@ -102,6 +102,7 @@
<div id="cert-field-value-section" class="vertical-box">
<span class="title" i18n-content="certFieldVal"></span>
<div id="cert-field-value" class="section-contents"></div>
+ <button id="export" i18n-content="export"></button>
</div>
</tabpanel>
</tabpanels>
« no previous file with comments | « no previous file | chrome/browser/resources/certificate_viewer.js » ('j') | chrome/browser/resources/certificate_viewer.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698