Index: content/child/resource_dispatcher.cc |
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc |
index 59dafe1bfacbdf33032de02bd875dfcddbcb9eed..3ca9668c246a0a3fca0bc7ab1d6bee6275f9ed82 100644 |
--- a/content/child/resource_dispatcher.cc |
+++ b/content/child/resource_dispatcher.cc |
@@ -128,6 +128,7 @@ IPCResourceLoaderBridge::IPCResourceLoaderBridge( |
request_.appcache_host_id = request_info.appcache_host_id; |
request_.download_to_file = request_info.download_to_file; |
request_.has_user_gesture = request_info.has_user_gesture; |
+ request_.enable_load_timing = request_info.enable_load_timing; |
const RequestExtraData kEmptyData; |
const RequestExtraData* extra_data; |