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

Unified Diff: components/cronet/android/test/cronet_url_request_context_config_test.cc

Issue 2029423004: QUIC/Cronet - Add Java glue layer to serialize and de-serialize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_serialize_0526
Patch Set: Created 4 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: components/cronet/android/test/cronet_url_request_context_config_test.cc
diff --git a/components/cronet/android/test/cronet_url_request_context_config_test.cc b/components/cronet/android/test/cronet_url_request_context_config_test.cc
index d3156c0e5342db351ca9f8c7f491fbac37c29fd9..4d1800b590216567b0a58c7740172b0765f696a6 100644
--- a/components/cronet/android/test/cronet_url_request_context_config_test.cc
+++ b/components/cronet/android/test/cronet_url_request_context_config_test.cc
@@ -36,6 +36,7 @@ static void VerifyUrlRequestContextConfig(
CHECK_NE(config->quic_user_agent_id.find("Cronet/" CRONET_VERSION),
std::string::npos);
CHECK_EQ(config->load_disable_cache, false);
+ CHECK_EQ(config->cert_verifier_data, "test_cert_verifier_data");
CHECK_EQ(config->http_cache, URLRequestContextConfig::HttpCacheType::MEMORY);
CHECK_EQ(config->http_cache_max_size, 54321);
CHECK_EQ(config->data_reduction_proxy_key, "abcd");

Powered by Google App Engine
This is Rietveld 408576698