Index: chrome/browser/ui/webui/certificate_viewer_ui.h |
diff --git a/chrome/browser/ui/webui/certificate_viewer_ui.h b/chrome/browser/ui/webui/certificate_viewer_ui.h |
index 926b6202246d217609fe258ff13a08e5774c2fa9..108209399d0a17344945db2957e357f64f44423a 100644 |
--- a/chrome/browser/ui/webui/certificate_viewer_ui.h |
+++ b/chrome/browser/ui/webui/certificate_viewer_ui.h |
@@ -16,18 +16,6 @@ class CertificateViewerUI : public HtmlDialogUI { |
explicit CertificateViewerUI(TabContents* contents); |
virtual ~CertificateViewerUI(); |
- protected: |
- // Extracts the certificate details and returns them to the javascript |
- // function getCertificateInfo in a dictionary structure. |
- // |
- // The input is an X509Certificate pointer in hex encoded format in the first |
- // argument of the args list. |
- void RequestCertificateInfo(const ListValue* args); |
- |
- // Get the details for a specific certificate in the certificate chain. The |
- // fields are returned as a tree structure with values for certain nodes. |
- ListValue* GetCertificateFields(net::X509Certificate::OSCertHandle cert); |
- |
DISALLOW_COPY_AND_ASSIGN(CertificateViewerUI); |
}; |