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

Unified Diff: chrome/browser/profiles/profile_browsertest.cc

Issue 2907463002: Split HttpNetworkSession::Params into two structs. (Closed)
Patch Set: Response to comments Created 3 years, 7 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: chrome/browser/profiles/profile_browsertest.cc
diff --git a/chrome/browser/profiles/profile_browsertest.cc b/chrome/browser/profiles/profile_browsertest.cc
index de478a997f5458b035daaece312003bd9f76a0d7..1dddc38af6f34476ccafff9bc9d05941a6655a6e 100644
--- a/chrome/browser/profiles/profile_browsertest.cc
+++ b/chrome/browser/profiles/profile_browsertest.cc
@@ -566,12 +566,12 @@ void CompareURLRequestContexts(
// the one directly on the URLRequestContext.
EXPECT_EQ(extension_context->http_transaction_factory()
->GetSession()
- ->params()
+ ->context()
.channel_id_service,
extension_context->channel_id_service());
EXPECT_EQ(main_context->http_transaction_factory()
->GetSession()
- ->params()
+ ->context()
.channel_id_service,
main_context->channel_id_service());
}
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698