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

Unified Diff: chrome/browser/ui/webui/certificate_viewer_ui.h

Issue 7528027: Add export function to WebUI certificate viewer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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/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);
};

Powered by Google App Engine
This is Rietveld 408576698