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

Unified Diff: chromecast/browser/cast_network_delegate.h

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
Index: chromecast/browser/cast_network_delegate.h
diff --git a/chromecast/browser/cast_network_delegate.h b/chromecast/browser/cast_network_delegate.h
index 2a7f08df1bf2ed022a670d0ae0a41774839d3c44..8b72739edc6cce2037e3a2a89fce6ee97b7571a5 100644
--- a/chromecast/browser/cast_network_delegate.h
+++ b/chromecast/browser/cast_network_delegate.h
@@ -9,6 +9,7 @@
#include "net/base/network_delegate_impl.h"
namespace net {
+class SSLPrivateKey;
class X509Certificate;
}
@@ -19,6 +20,7 @@ class CastNetworkDelegate : public net::NetworkDelegateImpl {
public:
static CastNetworkDelegate* Create();
static net::X509Certificate* DeviceCert();
+ static net::SSLPrivateKey* DeviceKey();
CastNetworkDelegate();
~CastNetworkDelegate() override;
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/browser/cast_network_delegate_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698