| Index: webkit/glue/weburlloader_impl.cc
|
| ===================================================================
|
| --- webkit/glue/weburlloader_impl.cc (revision 123758)
|
| +++ webkit/glue/weburlloader_impl.cc (working copy)
|
| @@ -35,6 +35,7 @@
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/glue/webkitplatformsupport_impl.h"
|
| #include "webkit/glue/weburlrequest_extradata_impl.h"
|
| +#include "webkit/glue/weburlresponse_extradata_impl.h"
|
|
|
| using base::Time;
|
| using base::TimeTicks;
|
| @@ -170,6 +171,8 @@
|
| response->setConnectionID(info.connection_id);
|
| response->setConnectionReused(info.connection_reused);
|
| response->setDownloadFilePath(FilePathToWebString(info.download_file_path));
|
| + response->setExtraData(new WebURLResponseExtraDataImpl(
|
| + info.npn_negotiated_protocol));
|
|
|
| const ResourceLoadTimingInfo& timing_info = info.load_timing;
|
| if (!timing_info.base_time.is_null()) {
|
|
|