summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/certificate_viewer_webui.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/certificate_viewer_webui.h')
-rw-r--r--chrome/browser/ui/webui/certificate_viewer_webui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/webui/certificate_viewer_webui.h b/chrome/browser/ui/webui/certificate_viewer_webui.h
index a1553d1..f6f6e4e 100644
--- a/chrome/browser/ui/webui/certificate_viewer_webui.h
+++ b/chrome/browser/ui/webui/certificate_viewer_webui.h
@@ -91,10 +91,6 @@ class CertificateViewerDialogHandler : public content::WebUIMessageHandler {
// The input is an integer index to the certificate in the chain to view.
void RequestCertificateFields(const base::ListValue* args);
- // Extracts the certificate details and returns them to the javascript
- // function cert_viewer.getCertificateInfo in a dictionary structure.
- void RequestCertificateInfo(const base::ListValue* args);
-
// Helper function to get the certificate index from |args|. Returns -1 if
// the index is out of range.
int GetCertificateIndex(const base::ListValue* args) const;