| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 3c662798d94c22d58468bc7dd0cd8d1be1f50f74..1a090ad90230e042b7bcff8f730a1ca706845c8e 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -604,7 +604,8 @@ void ResourceDispatcher::ToResourceResponseInfo(
|
| const ResourceResponseHead& browser_info,
|
| ResourceResponseInfo* renderer_info) const {
|
| *renderer_info = browser_info;
|
| - if (request_info.request_start.is_null() ||
|
| + if (base::TimeTicks::IsConsistentAcrossProcesses() ||
|
| + request_info.request_start.is_null() ||
|
| request_info.response_start.is_null() ||
|
| browser_info.request_start.is_null() ||
|
| browser_info.response_start.is_null() ||
|
|
|