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

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

Issue 2484633004: Change Lo-Fi bool to bitmask to support multiple Previews types (Closed)
Patch Set: fix ContentResourceProviderTest Created 3 years, 11 months 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
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_response_info.cc
diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
index 3cf6ca109a04aaf2df15764bdd8cd57e8b652531..51d0644fb22e7133fd5110cc8651e630db7d93f7 100644
--- a/content/public/common/resource_response_info.cc
+++ b/content/public/common/resource_response_info.cc
@@ -5,6 +5,7 @@
#include "content/public/common/resource_response_info.h"
#include "content/public/common/appcache_info.h"
+#include "content/public/common/previews_state.h"
#include "net/http/http_response_headers.h"
namespace content {
@@ -24,7 +25,7 @@ ResourceResponseInfo::ResourceResponseInfo()
was_fallback_required_by_service_worker(false),
response_type_via_service_worker(
blink::WebServiceWorkerResponseTypeDefault),
- is_using_lofi(false),
+ previews_state(PREVIEWS_OFF),
effective_connection_type(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN),
cert_status(0),
ssl_connection_status(0),
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698