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

Unified Diff: net/ssl/threaded_ssl_private_key.cc

Issue 1422573008: Plumbing SSLPrivateKey (//net) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing un-needed forward decl. Created 5 years, 1 month 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/ssl/threaded_ssl_private_key.h ('k') | net/url_request/url_fetcher_core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/threaded_ssl_private_key.cc
diff --git a/net/ssl/threaded_ssl_private_key.cc b/net/ssl/threaded_ssl_private_key.cc
index f395518e68091367ae4eab7e8d41364c9a3c87b8..c96598f3cbfb96ac2349db63ae09ecd196cce5bb 100644
--- a/net/ssl/threaded_ssl_private_key.cc
+++ b/net/ssl/threaded_ssl_private_key.cc
@@ -55,9 +55,6 @@ ThreadedSSLPrivateKey::ThreadedSSLPrivateKey(
weak_factory_(this) {
}
-ThreadedSSLPrivateKey::~ThreadedSSLPrivateKey() {
-}
-
SSLPrivateKey::Type ThreadedSSLPrivateKey::GetType() {
return core_->delegate()->GetType();
}
@@ -83,4 +80,6 @@ void ThreadedSSLPrivateKey::SignDigest(
base::Owned(signature)));
}
+ThreadedSSLPrivateKey::~ThreadedSSLPrivateKey() {}
+
} // namespace net
« no previous file with comments | « net/ssl/threaded_ssl_private_key.h ('k') | net/url_request/url_fetcher_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698