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

Unified Diff: chrome/browser/gtk/certificate_viewer.h

Issue 3565006: Decouples certificates viewers from NSS to prepare support for OpenSSL. (Closed)
Patch Set: Comments / ProcessIDN Created 10 years, 2 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
« no previous file with comments | « chrome/browser/gtk/certificate_manager.cc ('k') | chrome/browser/gtk/certificate_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/certificate_viewer.h
diff --git a/chrome/browser/gtk/certificate_viewer.h b/chrome/browser/gtk/certificate_viewer.h
index fdc905dee118b14f4bed9fa24767b32a50f3730b..16ad370bd270d29f52ba1fb749a114720d515a26 100644
--- a/chrome/browser/gtk/certificate_viewer.h
+++ b/chrome/browser/gtk/certificate_viewer.h
@@ -8,9 +8,9 @@
#include "chrome/browser/certificate_viewer.h"
#include "gfx/native_widget_types.h"
+#include "net/base/x509_certificate.h"
-typedef struct CERTCertificateStr CERTCertificate;
-
-void ShowCertificateViewer(gfx::NativeWindow parent, CERTCertificate* cert);
+void ShowCertificateViewer(gfx::NativeWindow parent,
+ net::X509Certificate::OSCertHandle);
#endif // CHROME_BROWSER_GTK_CERTIFICATE_VIEWER_H_
« no previous file with comments | « chrome/browser/gtk/certificate_manager.cc ('k') | chrome/browser/gtk/certificate_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698