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

Unified Diff: mojo/services/network/public/interfaces/url_loader.mojom

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More workarounds for MSVC Created 6 years 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 | « mojo/services/html_viewer/html_document.cc ('k') | mojo/services/public/js/application.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/public/interfaces/url_loader.mojom
diff --git a/mojo/services/network/public/interfaces/url_loader.mojom b/mojo/services/network/public/interfaces/url_loader.mojom
index 09774fcd538becb66ca4902f9ba2ca89d1cf6053..173617b88d1c072dea45a7b4243abbf776c22524 100644
--- a/mojo/services/network/public/interfaces/url_loader.mojom
+++ b/mojo/services/network/public/interfaces/url_loader.mojom
@@ -20,11 +20,6 @@ struct URLRequest {
// streams. For HTTP requests, the method must be set to "POST" or "PUT".
array<handle<data_pipe_consumer>>? body;
- // The number of bytes to be read from |body|. A Content-Length header of
- // this value will be sent. Set to -1 if length is unknown, which will cause
- // |body| to be uploaded using a chunked encoding.
- int64 body_length = 0;
-
// The buffer size of the data pipe returned in URLResponse's |body| member.
// A value of 0 indicates that the default buffer size should be used. This
// value is just a suggestion. The URLLoader may choose to ignore this value.
« no previous file with comments | « mojo/services/html_viewer/html_document.cc ('k') | mojo/services/public/js/application.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698