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

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: 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
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 90a01121d01ef4206b863f29d7bb7c9f3df639f9..196133029cd04f1e5735bd947322f02b1d8f51de 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -32,6 +32,7 @@
#include "content/public/browser/global_request_id.h"
#include "content/public/browser/resource_dispatcher_host.h"
#include "content/public/browser/resource_request_info.h"
+#include "content/public/common/previews_state.h"
#include "content/public/common/request_context_type.h"
#include "content/public/common/resource_type.h"
#include "ipc/ipc_message.h"
@@ -321,6 +322,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
int render_process_host_id,
int render_view_routing_id,
int render_frame_routing_id,
+ PreviewsState previews_state,
ResourceContext* context);
// Helper function for initiating a URL request. The |is_download| and
@@ -637,6 +639,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
int child_id,
int render_view_route_id,
int render_frame_route_id,
+ PreviewsState previews_state,
bool download,
ResourceContext* context);

Powered by Google App Engine
This is Rietveld 408576698