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

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

Issue 2416473004: Add functionality for embedders to configure NQE (Closed)
Patch Set: mgersh comments 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: 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 ad522b74dcc4168ca8ab56be484252ef262f99f9..6b0d1bee82bec2d31c1be784c65e4c167d90dddf 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
@@ -43,7 +43,7 @@ static void VerifyUrlRequestContextConfig(
CHECK_EQ(config->http_cache, URLRequestContextConfig::HttpCacheType::MEMORY);
CHECK_EQ(config->http_cache_max_size, 54321);
CHECK_EQ(config->user_agent, "efgh");
- CHECK_EQ(config->experimental_options, "ijkl");
+ CHECK(!config->effective_experimental_options);
CHECK_EQ(config->storage_path,
base::android::ConvertJavaStringToUTF8(env, jstorage_path));
}

Powered by Google App Engine
This is Rietveld 408576698