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

Unified Diff: net/base/x509_certificate.h

Issue 4013: Port more unit tests in net/http/ (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years, 3 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 | « net/base/client_socket_factory.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_certificate.h
===================================================================
--- net/base/x509_certificate.h (revision 2439)
+++ net/base/x509_certificate.h (working copy)
@@ -182,7 +182,12 @@
explicit X509Certificate(OSCertHandle cert_handle);
friend class base::RefCountedThreadSafe<X509Certificate>;
+#if defined(OS_LINUX)
+ // TODO(port): This is temporary hack to make it link. Remove when ported.
+ ~X509Certificate() {}
+#else
~X509Certificate();
+#endif
// Common object initialization code. Called by the constructors only.
void Initialize();
« no previous file with comments | « net/base/client_socket_factory.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698