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

Unified Diff: chrome/browser/gtk/certificate_dialogs.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/certificate_manager_model.cc ('k') | chrome/browser/gtk/certificate_dialogs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/certificate_dialogs.h
diff --git a/chrome/browser/gtk/certificate_dialogs.h b/chrome/browser/gtk/certificate_dialogs.h
index 00f1fc1ba5302614a61344e7395cf7233f278143..403a040012bdc8110c514115ddafd9b096089dbf 100644
--- a/chrome/browser/gtk/certificate_dialogs.h
+++ b/chrome/browser/gtk/certificate_dialogs.h
@@ -6,10 +6,10 @@
#define CHROME_BROWSER_GTK_CERTIFICATE_DIALOGS_H_
#pragma once
-#include <cert.h>
-
#include "chrome/browser/shell_dialogs.h"
+#include "net/base/x509_certificate.h"
-void ShowCertExportDialog(gfx::NativeWindow parent, CERTCertificate* cert);
+void ShowCertExportDialog(gfx::NativeWindow parent,
+ net::X509Certificate::OSCertHandle cert);
#endif // CHROME_BROWSER_GTK_CERTIFICATE_DIALOGS_H_
« no previous file with comments | « chrome/browser/certificate_manager_model.cc ('k') | chrome/browser/gtk/certificate_dialogs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698