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

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

Issue 1693563002: PROTOTYPE: PlzNavigate: use a Mojo data pipe to stream navigation data to the renderer. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Browser sends URLRequest id to the renderer and renderer uses intermediary buffer for data: none he… Created 4 years, 9 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/browser/loader/mojo_stream_writer.cc ('k') | content/browser/loader/navigation_resource_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/navigation_resource_handler.h
diff --git a/content/browser/loader/navigation_resource_handler.h b/content/browser/loader/navigation_resource_handler.h
index e898663611c903f3ccbc1d373fbfa9c38b264872..8c03aadbee9765bbad95dfa04e5026bd15154f1c 100644
--- a/content/browser/loader/navigation_resource_handler.h
+++ b/content/browser/loader/navigation_resource_handler.h
@@ -6,8 +6,8 @@
#define CONTENT_BROWSER_LOADER_NAVIGATION_RESOURCE_HANDLER_H_
#include "base/macros.h"
+#include "content/browser/loader/mojo_stream_writer.h"
#include "content/browser/loader/resource_handler.h"
-#include "content/browser/loader/stream_writer.h"
namespace content {
@@ -49,7 +49,7 @@ class NavigationResourceHandler : public ResourceHandler {
void DetachFromCore();
NavigationURLLoaderImplCore* core_;
- StreamWriter writer_;
+ MojoStreamWriter writer_;
DISALLOW_COPY_AND_ASSIGN(NavigationResourceHandler);
};
« no previous file with comments | « content/browser/loader/mojo_stream_writer.cc ('k') | content/browser/loader/navigation_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698