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

Unified Diff: content/browser/loader/stream_resource_handler.h

Issue 2847443002: PlzNavigate: make NavigationResourceHandler a LayeredResourceHandler (Closed)
Patch Set: Addressed comments Created 3 years, 8 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/stream_resource_handler.h
diff --git a/content/browser/loader/stream_resource_handler.h b/content/browser/loader/stream_resource_handler.h
index 7c678fc4692511788e51c5ac4526925acc3d32a3..5ad5137dbc4ddc9f3fb64b1251d7498a77ea358e 100644
--- a/content/browser/loader/stream_resource_handler.h
+++ b/content/browser/loader/stream_resource_handler.h
@@ -29,7 +29,8 @@ class StreamResourceHandler : public ResourceHandler {
// how origin check is done on resource loading.
StreamResourceHandler(net::URLRequest* request,
StreamRegistry* registry,
- const GURL& origin);
+ const GURL& origin,
+ bool immediate_mode);
~StreamResourceHandler() override;
// Not needed, as this event handler ought to be the final resource.
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/browser/loader/stream_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698