| Index: content/browser/service_worker/foreign_fetch_request_handler.h
|
| diff --git a/content/browser/service_worker/foreign_fetch_request_handler.h b/content/browser/service_worker/foreign_fetch_request_handler.h
|
| index 786266d7241764579233f1584ee577a87025d391..2ecc04a6aad8b50bdc6b816fcf0bf68ab1caf3e5 100644
|
| --- a/content/browser/service_worker/foreign_fetch_request_handler.h
|
| +++ b/content/browser/service_worker/foreign_fetch_request_handler.h
|
| @@ -61,8 +61,7 @@
|
| ResourceType resource_type,
|
| RequestContextType request_context_type,
|
| RequestContextFrameType frame_type,
|
| - scoped_refptr<ResourceRequestBody> body,
|
| - bool initiated_in_secure_context);
|
| + scoped_refptr<ResourceRequestBody> body);
|
|
|
| // Returns the handler attached to |request|. This may return null
|
| // if no handler is attached.
|
|
|