Chromium Code Reviews| 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 3e8618c3c2b832f32dda1d77094b47ace1593601..5a4d07cabbff72add888bf1b780cec3f641b743a 100644 |
| --- a/content/public/common/resource_response_info.h |
| +++ b/content/public/common/resource_response_info.h |
| @@ -13,6 +13,7 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/time/time.h" |
| #include "content/common/content_export.h" |
| +#include "content/public/common/previews_state.h" |
| #include "content/public/common/resource_devtools_info.h" |
| #include "net/base/host_port_pair.h" |
| #include "net/base/load_timing_info.h" |
| @@ -141,8 +142,8 @@ struct CONTENT_EXPORT ResourceResponseInfo { |
| // the ServiceWorker. Empty if the response isn't from the CacheStorage. |
| std::string cache_storage_cache_name; |
| - // Whether or not the request was for a LoFi version of the resource. |
| - bool is_using_lofi; |
| + // Which Previews versions of the resource the request was for. |
|
nasko
2016/12/12 23:05:41
nit: version?
megjablon
2016/12/13 03:03:14
Done.
|
| + PreviewsState previews_state; |
| // Effective connection type when the resource was fetched. This is populated |
| // only for responses that correspond to main frame requests. |