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

Unified Diff: net/url_request/url_request.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_request.h ('k') | net/url_request/url_request_http_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request.cc
diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc
index a8f62510247d0067d7bbd0d61c6fbeee1b1a4c81..ff9b188517b544ebc43b397efb7a4e9a4e9f6ee4 100644
--- a/net/url_request/url_request.cc
+++ b/net/url_request/url_request.cc
@@ -388,11 +388,6 @@ bool URLRequest::GetRemoteEndpoint(IPEndPoint* endpoint) const {
return job_->GetRemoteEndpoint(endpoint);
}
-bool URLRequest::GetResponseCookies(ResponseCookies* cookies) {
- DCHECK(job_.get());
- return job_->GetResponseCookies(cookies);
-}
-
void URLRequest::GetMimeType(string* mime_type) const {
DCHECK(job_.get());
job_->GetMimeType(mime_type);
« no previous file with comments | « net/url_request/url_request.h ('k') | net/url_request/url_request_http_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698