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

Unified Diff: net/url_request/url_fetcher_impl_unittest.cc

Issue 2035293002: Remove URLRequest::GetResponseCookies and URLRequestJob::GetResponseCookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments rogerta 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
« no previous file with comments | « net/url_request/url_fetcher_impl.cc ('k') | net/url_request/url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_fetcher_impl_unittest.cc
diff --git a/net/url_request/url_fetcher_impl_unittest.cc b/net/url_request/url_fetcher_impl_unittest.cc
index efb17a4a89beb64d74f3731f7cc46ee690dafa78..853ea7169c33ca50d8b3eba5163c82403f16ab03 100644
--- a/net/url_request/url_fetcher_impl_unittest.cc
+++ b/net/url_request/url_fetcher_impl_unittest.cc
@@ -1521,7 +1521,7 @@ TEST_F(URLFetcherBadHTTPSTest, BadHTTPS) {
delegate.fetcher()->GetStatus().status());
EXPECT_EQ(ERR_ABORTED, delegate.fetcher()->GetStatus().error());
EXPECT_EQ(-1, delegate.fetcher()->GetResponseCode());
- EXPECT_TRUE(delegate.fetcher()->GetCookies().empty());
+ EXPECT_FALSE(delegate.fetcher()->GetResponseHeaders());
std::string data;
EXPECT_TRUE(delegate.fetcher()->GetResponseAsString(&data));
EXPECT_TRUE(data.empty());
« no previous file with comments | « net/url_request/url_fetcher_impl.cc ('k') | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698