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

Unified Diff: net/base/x509_certificate_nss.cc

Issue 7974: Port a few test_shell_tests. Now it runs 45 of them.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 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 | « base/file_version_info_linux.cc ('k') | webkit/glue/autocomplete_input_listener_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_certificate_nss.cc
===================================================================
--- net/base/x509_certificate_nss.cc (revision 3977)
+++ net/base/x509_certificate_nss.cc (working copy)
@@ -16,6 +16,16 @@
X509Certificate::Cache::GetInstance()->Remove(this);
}
+// static
+X509Certificate* X509Certificate::CreateFromPickle(const Pickle& pickle,
+ void** pickle_iter) {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+void X509Certificate::Persist(Pickle* pickle) {
+ NOTIMPLEMENTED();
+}
+
} // namespace net
« no previous file with comments | « base/file_version_info_linux.cc ('k') | webkit/glue/autocomplete_input_listener_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698