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

Unified Diff: public/platform/WebURLResponse.h

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 | « public/platform/Platform.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebURLResponse.h
diff --git a/public/platform/WebURLResponse.h b/public/platform/WebURLResponse.h
index d327ac7fad2cc386d00873c34e60fc69dd5cb65d..1ce3ba5501dd3c7bb5e84e82e40bf18e665b65e9 100644
--- a/public/platform/WebURLResponse.h
+++ b/public/platform/WebURLResponse.h
@@ -92,7 +92,6 @@ public:
BLINK_PLATFORM_EXPORT WebHTTPLoadInfo httpLoadInfo();
BLINK_PLATFORM_EXPORT void setHTTPLoadInfo(const WebHTTPLoadInfo&);
- BLINK_PLATFORM_EXPORT void setResponseTime(double);
BLINK_PLATFORM_EXPORT void setResponseTime(long long);
BLINK_PLATFORM_EXPORT WebString mimeType() const;
« no previous file with comments | « public/platform/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698