| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index aeb1cbebc66081a825d767c136866c04d3bbe4fd..f113678ab7bc20abf45fa6f2dce024c7fe9212ea 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -27,6 +27,7 @@
|
| #include "content/public/child/fixed_received_data.h"
|
| #include "content/public/child/request_peer.h"
|
| #include "content/public/child/resource_dispatcher_delegate.h"
|
| +#include "content/public/common/data_reduction_proxy_lofi_user_data.h"
|
| #include "content/public/common/resource_response.h"
|
| #include "content/public/common/resource_type.h"
|
| #include "net/base/net_errors.h"
|
| @@ -788,6 +789,7 @@ scoped_ptr<ResourceHostMsg_Request> ResourceDispatcher::CreateRequest(
|
| extra_data->transferred_request_request_id();
|
| request->service_worker_provider_id =
|
| extra_data->service_worker_provider_id();
|
| + request->lofi_state = extra_data->lofi_state();
|
| request->request_body = request_body;
|
| if (frame_origin)
|
| *frame_origin = extra_data->frame_origin();
|
|
|