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

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: Created 4 years, 10 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/navigation_resource_handler.h
diff --git a/content/browser/loader/navigation_resource_handler.h b/content/browser/loader/navigation_resource_handler.h
index e898663611c903f3ccbc1d373fbfa9c38b264872..79a5952545550ee9d0c95365c17a4bc18b608b7c 100644
--- a/content/browser/loader/navigation_resource_handler.h
+++ b/content/browser/loader/navigation_resource_handler.h
@@ -7,7 +7,7 @@
#include "base/macros.h"
#include "content/browser/loader/resource_handler.h"
-#include "content/browser/loader/stream_writer.h"
+#include "content/browser/loader/mojo_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);
};

Powered by Google App Engine
This is Rietveld 408576698