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

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.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/browser/loader/resource_dispatcher_host_impl.h
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
index 5d02f1d3ceac904e1011da5ae0b0d1cf06953064..f936d078d0d66071e10c32a6e392ef911a7cda19 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -319,6 +319,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
int render_process_host_id,
int render_view_routing_id,
int render_frame_routing_id,
+ int previews_state,
nasko 2016/12/08 22:19:33 PreviewsState
megjablon 2016/12/09 20:35:54 Done.
ResourceContext* context);
// Helper function for initiating a URL request. The |is_download| and
@@ -635,6 +636,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
int child_id,
int render_view_route_id,
int render_frame_route_id,
+ int previews_state,
nasko 2016/12/08 22:19:33 PreviewsState
megjablon 2016/12/09 20:35:54 Done.
bool download,
ResourceContext* context);

Powered by Google App Engine
This is Rietveld 408576698