| Index: content/public/common/resource_response_info.h
|
| diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
|
| index 1a09c1695851df79f57ef0783334338598a90d47..b7283dbdfd74b464351f3e3b5e6d396f85c27ef6 100644
|
| --- a/content/public/common/resource_response_info.h
|
| +++ b/content/public/common/resource_response_info.h
|
| @@ -26,7 +26,7 @@
|
|
|
| namespace content {
|
|
|
| -// Note: when modifying this structure, also update ResourceResponse::DeepCopy
|
| +// NOTE: when modifying this structure, also update ResourceResponse::DeepCopy
|
| // in resource_response.cc.
|
| struct CONTENT_EXPORT ResourceResponseInfo {
|
| ResourceResponseInfo();
|
| @@ -182,6 +182,9 @@ struct CONTENT_EXPORT ResourceResponseInfo {
|
| // True if service worker navigation preload was performed due to the request
|
| // for this response.
|
| bool did_service_worker_navigation_preload;
|
| +
|
| + // NOTE: When adding or changing fields here, also update
|
| + // ResourceResponse::DeepCopy in resource_response.cc.
|
| };
|
|
|
| } // namespace content
|
|
|