| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 3c662798d94c22d58468bc7dd0cd8d1be1f50f74..05603a5140fc99172fa9a202350b3e4f1ad38016 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -802,8 +802,6 @@
|
| request->lofi_state = extra_data->lofi_state();
|
| request->request_body = request_body;
|
| request->resource_body_stream_url = request_info.resource_body_stream_url;
|
| - request->initiated_in_secure_context =
|
| - extra_data->initiated_in_secure_context();
|
| if (frame_origin)
|
| *frame_origin = extra_data->frame_origin();
|
| return request;
|
|
|