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

Unified Diff: net/url_request/url_request_job.h

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_http_job.cc ('k') | net/url_request/url_request_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job.h
diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h
index 4f19544e966aa336d4ca87bba4c9b4be9473883e..bcdd607daa9faeb0f57a72719914f457081ece34 100644
--- a/net/url_request/url_request_job.h
+++ b/net/url_request/url_request_job.h
@@ -139,12 +139,6 @@ class NET_EXPORT URLRequestJob : public base::PowerObserver {
// false and leaves |endpoint| unchanged if it is unavailable.
virtual bool GetRemoteEndpoint(IPEndPoint* endpoint) const;
- // Returns the cookie values included in the response, if applicable.
- // Returns true if applicable.
- // NOTE: This removes the cookies from the job, so it will only return
- // useful results once per job.
- virtual bool GetResponseCookies(std::vector<std::string>* cookies);
-
// Populates the network error details of the most recent origin that the
// network stack makes the request to.
virtual void PopulateNetErrorDetails(NetErrorDetails* details) const;
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | net/url_request/url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698