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

Unified Diff: content/common/render_frame_setup.mojom

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/common/frame_messages.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/render_frame_setup.mojom
diff --git a/content/common/render_frame_setup.mojom b/content/common/render_frame_setup.mojom
index 510de9a3546052a04027fd6cc781222d439042e2..c5395bf2678376730af32c37192d1ead8cd08377 100644
--- a/content/common/render_frame_setup.mojom
+++ b/content/common/render_frame_setup.mojom
@@ -12,3 +12,11 @@ interface RenderFrameSetup {
mojo.shell.mojom.InterfaceProvider& remote_interfaces,
mojo.shell.mojom.InterfaceProvider local_interfaces);
};
+
+
+// TODO(carlosk): Move this another file once/if this is not a HACK anymore.
+interface DataPipeConsumerHandleReceiver {
+ ReceiveDataPipeConsumerHandle(handle<data_pipe_consumer> data_consumer_handle,
+ int32 request_id,
+ int32 handle_commit_id);
+};
« no previous file with comments | « content/common/frame_messages.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698