| Index: content/common/resource_dispatcher.cc
|
| diff --git a/content/common/resource_dispatcher.cc b/content/common/resource_dispatcher.cc
|
| index cbc98c5dffd494fee29a9572313dc1f95ccd6ae5..5e384dea782ad08188755335eabd8b4dcb92e8c3 100644
|
| --- a/content/common/resource_dispatcher.cc
|
| +++ b/content/common/resource_dispatcher.cc
|
| @@ -588,7 +588,8 @@ void ResourceDispatcher::ToResourceResponseInfo(
|
| if (request_info.request_start.is_null() ||
|
| request_info.response_start.is_null() ||
|
| browser_info.request_start.is_null() ||
|
| - browser_info.response_start.is_null()) {
|
| + browser_info.response_start.is_null() ||
|
| + browser_info.load_timing.base_ticks.is_null()) {
|
| return;
|
| }
|
| InterProcessTimeTicksConverter converter(
|
|
|