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

Unified Diff: net/http/http_cache.h

Issue 887973003: Avoid lossy time stamp conversions when caching metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit tests Created 5 years, 11 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 | « content/browser/renderer_host/render_message_filter.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_cache.h
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 33b89f382cd47114181f65d2b6d6b3821378939c..4f75ac50f5ea0f78efee9a0cf3427a75b4ac1a11 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -178,7 +178,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
// be performed asynchronously without any completion notification.
void WriteMetadata(const GURL& url,
RequestPriority priority,
- base::Time expected_response_time,
+ double expected_response_time,
rvargas (doing something else) 2015/02/05 20:23:44 Isn't there another way to fix this? This code is
IOBuffer* buf,
int buf_len);
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698