summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/certificate_viewer.html
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 16:18:18 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 16:18:18 +0000
commitb231a08c6a523506b972ed2ce834f8aabde3b577 (patch)
tree1502a73a79adc6a8bb727a843f423a6b9a6af3ec /chrome/browser/resources/certificate_viewer.html
parentdd67ef20564c2a7f69e0a5c69ef0e933b052e28a (diff)
downloadchromium_src-b231a08c6a523506b972ed2ce834f8aabde3b577.zip
chromium_src-b231a08c6a523506b972ed2ce834f8aabde3b577.tar.gz
chromium_src-b231a08c6a523506b972ed2ce834f8aabde3b577.tar.bz2
Add export function to WebUI certificate viewer.
This adds the export certificate function to the WebUI certificate viewer. Additionally this moves the implementation of extracting certificate details to chrome/browser/ui/webui/certificate_viewer.cc eliminating the need to pass a hex encoded certificate pointer through the WebUI javascript. BUG=None TEST=Manually tested that you can export a certificate. Review URL: http://codereview.chromium.org/7528027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/certificate_viewer.html')
-rw-r--r--chrome/browser/resources/certificate_viewer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/certificate_viewer.html b/chrome/browser/resources/certificate_viewer.html
index 04d565a..5737483 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>