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

Unified Diff: net/quic/test_tools/failing_proof_source.h

Issue 2679783003: Deprecate FLAGS_quic_reloadable_flag_enable_async_get_proof (Closed)
Patch Set: Address gredner's comments. Created 3 years, 10 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 | « net/quic/test_tools/crypto_test_utils.cc ('k') | net/quic/test_tools/failing_proof_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/failing_proof_source.h
diff --git a/net/quic/test_tools/failing_proof_source.h b/net/quic/test_tools/failing_proof_source.h
index 67aa44e0a89a1e5a94f650c93e003b3bbeb359bb..dfc72fe32fe967fb20cadf67553c24dc4cbe47b5 100644
--- a/net/quic/test_tools/failing_proof_source.h
+++ b/net/quic/test_tools/failing_proof_source.h
@@ -12,15 +12,6 @@ namespace test {
class FailingProofSource : public ProofSource {
public:
- bool GetProof(const QuicSocketAddress& server_address,
- const std::string& hostname,
- const std::string& server_config,
- QuicVersion quic_version,
- base::StringPiece chlo_hash,
- const QuicTagVector& connection_options,
- QuicReferenceCountedPointer<ProofSource::Chain>* out_chain,
- QuicCryptoProof* out_proof) override;
-
void GetProof(const QuicSocketAddress& server_address,
const std::string& hostname,
const std::string& server_config,
« no previous file with comments | « net/quic/test_tools/crypto_test_utils.cc ('k') | net/quic/test_tools/failing_proof_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698