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 2b83832244fde2e47b8665406a266387ef9491aa..876633b862ded1e24c09d20eda7379d0814a167a 100644 |
--- a/content/public/common/resource_response_info.h |
+++ b/content/public/common/resource_response_info.h |
@@ -129,6 +129,9 @@ struct ResourceResponseInfo { |
// If the response is not provided by the ServiceWorker, kept empty. |
// TODO(ksakamoto): Move this to net::LoadTimingInfo. |
base::TimeTicks service_worker_ready_time; |
+ |
+ // Whether or not the request was for a LoFi version of the resource. |
+ bool is_lofi; |
}; |
} // namespace content |