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

Unified Diff: net/quic/crypto/proof_source.h

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: net/quic/crypto/proof_source.h
diff --git a/net/quic/crypto/proof_source.h b/net/quic/crypto/proof_source.h
index 4482dd99561fdf3a7a49f60f7ae54fd2727d414e..fe36c9af9c220b025349609fc55430b42ae64af6 100644
--- a/net/quic/crypto/proof_source.h
+++ b/net/quic/crypto/proof_source.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "net/base/ip_endpoint.h"
#include "net/base/net_export.h"
namespace net {
@@ -45,7 +46,8 @@ class NET_EXPORT_PRIVATE ProofSource {
// used.
//
// This function may be called concurrently.
- virtual bool GetProof(const std::string& hostname,
+ virtual bool GetProof(const IPEndPoint& server_ip,
+ const std::string& hostname,
const std::string& server_config,
bool ecdsa_ok,
const std::vector<std::string>** out_certs,

Powered by Google App Engine
This is Rietveld 408576698