| Index: content/common/resource_request.h
|
| diff --git a/content/common/resource_request.h b/content/common/resource_request.h
|
| index 6338c99a656761655cf57832448cae964c26f7d5..dfd196f280ce4626819580d8206fc20b830e5f2e 100644
|
| --- a/content/common/resource_request.h
|
| +++ b/content/common/resource_request.h
|
| @@ -170,9 +170,6 @@
|
| // access to the body of the response that has already been fetched by the
|
| // browser.
|
| GURL resource_body_stream_url;
|
| -
|
| - // Wether or not the initiator of this request is a secure context.
|
| - bool initiated_in_secure_context;
|
| };
|
|
|
| } // namespace content
|
|
|