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

Unified Diff: net/url_request/url_request.h

Issue 197030: Re-enabled URLRequestTestHTTP.BasicAuth.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Update the comment in http_response_info.h Created 11 years, 3 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/http/http_response_info.h ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request.h
===================================================================
--- net/url_request/url_request.h (revision 25517)
+++ net/url_request/url_request.h (working copy)
@@ -346,13 +346,13 @@
void GetAllResponseHeaders(std::string* headers);
// The time at which the returned response was requested. For cached
- // responses, this may be a time well in the past.
+ // responses, this is the last time the cache entry was validated.
const base::Time& request_time() const {
return response_info_.request_time;
}
// The time at which the returned response was generated. For cached
- // responses, this may be a time well in the past.
+ // responses, this is the last time the cache entry was validated.
const base::Time& response_time() const {
return response_info_.response_time;
}
« no previous file with comments | « net/http/http_response_info.h ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698