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

Unified Diff: Source/core/fetch/ResourceTest.cpp

Issue 940443002: Pass original int64 response time when caching resource metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test Created 5 years, 10 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 | Source/platform/exported/WebURLResponse.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ResourceTest.cpp
diff --git a/Source/core/fetch/ResourceTest.cpp b/Source/core/fetch/ResourceTest.cpp
index 7173dd41a2068c9890264644c4e403bb64f2b4ab..e37f1dfd1f60369002c88d39d5890147b70e0f80 100644
--- a/Source/core/fetch/ResourceTest.cpp
+++ b/Source/core/fetch/ResourceTest.cpp
@@ -26,7 +26,7 @@ public:
~MockPlatform() override { }
// From blink::Platform:
- void cacheMetadata(const WebURL& url, double, const char*, size_t) override
+ void cacheMetadata(const WebURL& url, int64, const char*, size_t) override
{
m_cachedURLs.append(url);
}
« no previous file with comments | « no previous file | Source/platform/exported/WebURLResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698