diff options
Diffstat (limited to 'chrome/common/resource_dispatcher.cc')
-rw-r--r-- | chrome/common/resource_dispatcher.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/resource_dispatcher.cc b/chrome/common/resource_dispatcher.cc index e56ae7b..ba15ab2 100644 --- a/chrome/common/resource_dispatcher.cc +++ b/chrome/common/resource_dispatcher.cc @@ -265,6 +265,7 @@ void IPCResourceLoaderBridge::SyncLoad(SyncLoadResponse* response) { response->connection_id = result.connection_id; response->connection_reused = result.connection_reused; response->load_timing = result.load_timing; + response->devtools_info = result.devtools_info; response->data.swap(result.data); response->download_file_path = result.download_file_path; } |