Index: content/child/web_url_loader_impl.cc |
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc |
index adca0daa2168438986daa602ed441b8934def803..493be00e1849c2024fa121fef2d0aca1a50d0925 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -974,6 +974,7 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url, |
WebURLResponse* response) { |
response->setURL(url); |
response->setResponseTime(info.response_time.ToDoubleT()); |
+ response->setOriginalResponseTime(info.response_time.ToInternalValue()); |
davidben
2015/02/18 18:50:45
(It's a little weird to be storing two copies of t
|
response->setMIMEType(WebString::fromUTF8(info.mime_type)); |
response->setTextEncodingName(WebString::fromUTF8(info.charset)); |
response->setExpectedContentLength(info.content_length); |