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

Unified Diff: content/common/resource_messages.h

Issue 669073003: Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index c8812bab60fb466b1a41341761d58a5fce3b2404..95546ba72bfab813f9bf29ce0eb7c1342fa9362a 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -223,6 +223,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
// True if load timing data should be collected for request.
IPC_STRUCT_MEMBER(bool, enable_load_timing)
+ // True if upload progress should be available for request.
+ IPC_STRUCT_MEMBER(bool, enable_upload_progress)
mmenke 2014/10/22 18:23:37 You never seem to be populating this field - you s
Lukasz Jagielski 2014/10/22 20:23:39 I forgot to add files, I did run tests for which I
+
// The routing id of the RenderFrame.
IPC_STRUCT_MEMBER(int, render_frame_id)

Powered by Google App Engine
This is Rietveld 408576698