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

Unified Diff: net/tools/quic/test_tools/quic_test_client.h

Issue 346853003: Added SetUserAgentID method to QuicClient which calls crypto_config_'s (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: net/tools/quic/test_tools/quic_test_client.h
diff --git a/net/tools/quic/test_tools/quic_test_client.h b/net/tools/quic/test_tools/quic_test_client.h
index 1201602bae6ea21aaee8dbe787705c4ea1449b81..161f5715fa4f723c427e2c7861817c4c1fe8933d 100644
--- a/net/tools/quic/test_tools/quic_test_client.h
+++ b/net/tools/quic/test_tools/quic_test_client.h
@@ -81,6 +81,7 @@ class QuicTestClient : public SimpleClient,
// certificates. The certificates, if any, are not verified, but the common
// name is recorded and available with |cert_common_name()|.
void ExpectCertificates(bool on);
+ void SetUserAgentID(string user_agent_id);
wtc 2014/06/19 22:06:38 The input parameter should be a const reference.
ramant (doing other things) 2014/06/19 22:22:41 Done.
// Wraps data in a quic packet and sends it.
ssize_t SendData(string data, bool last_data);

Powered by Google App Engine
This is Rietveld 408576698