Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1655)

Unified Diff: content/public/common/resource_response_info.h

Issue 2484633004: Change Lo-Fi bool to bitmask to support multiple Previews types (Closed)
Patch Set: add back previews_unspecified Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..745e6381ad0070b5757255556e7707edf1c2247d 100644
--- a/content/public/common/resource_response_info.h
+++ b/content/public/common/resource_response_info.h
@@ -142,7 +142,7 @@ struct CONTENT_EXPORT ResourceResponseInfo {
std::string cache_storage_cache_name;
// Whether or not the request was for a LoFi version of the resource.
- bool is_using_lofi;
+ int previews_state;
nasko 2016/12/08 22:19:33 PreviewsState
megjablon 2016/12/09 20:35:55 Done.
// Effective connection type when the resource was fetched. This is populated
// only for responses that correspond to main frame requests.

Powered by Google App Engine
This is Rietveld 408576698