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

Unified Diff: chromecast/browser/cast_network_delegate_simple.cc

Issue 2898573002: Refactor client cert private key handling. (Closed)
Patch Set: removed no longer needed forward declaration Created 3 years, 6 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 | « chromecast/browser/cast_network_delegate.h ('k') | content/browser/loader/resource_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_network_delegate_simple.cc
diff --git a/chromecast/browser/cast_network_delegate_simple.cc b/chromecast/browser/cast_network_delegate_simple.cc
index 2ba0cd6dae1e7ec4a714fef039dd2fe56747971b..0657bda7fec05d6ab89f0d5c7a81803f00e2c74a 100644
--- a/chromecast/browser/cast_network_delegate_simple.cc
+++ b/chromecast/browser/cast_network_delegate_simple.cc
@@ -39,5 +39,10 @@ net::X509Certificate* CastNetworkDelegate::DeviceCert() {
return NULL;
}
+// static
+net::SSLPrivateKey* CastNetworkDelegate::DeviceKey() {
+ return NULL;
+}
+
} // namespace shell
} // namespace chromecast
« no previous file with comments | « chromecast/browser/cast_network_delegate.h ('k') | content/browser/loader/resource_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698