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

Unified Diff: net/http/http_response_info.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 | « no previous file | 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/http/http_response_info.h
===================================================================
--- net/http/http_response_info.h (revision 25517)
+++ net/http/http_response_info.h (working copy)
@@ -31,11 +31,11 @@
bool was_cached;
// The time at which the request was made that resulted in this response.
- // For cached responses, this time could be "far" in the past.
+ // For cached responses, this is the last time the cache entry was validated.
base::Time request_time;
// The time at which the response headers were received. For cached
- // responses, this time could be "far" in the past.
+ // this is the last time the cache entry was validated.
base::Time response_time;
// If the response headers indicate a 401 or 407 failure, then this structure
« no previous file with comments | « no previous file | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698